I had the same problem. I have also a custom installed sdk. I have done the following
in the bin directory you have a program checksdk.exe, that can create a .bat file that you have to execute. First you have to find out if your sdk is there with
checksdk -list
you get some names also with your sdk if properly installed. Then you have to make a .bat file with
checksdk.exe -sdk "your sdk name" -script setenviroment.bat
you have to execute the .bat file
setenviroment
as response you get (on my computer and my sdk board)
C:\Program Files\Microsoft Visual Studio 8\vc\bin>"C:\Program Files\Microsoft Vi
sual Studio 8\Common7\Tools\vsvars32.bat"
Setting environment for using Microsoft Visual Studio 2005 x86 tools.
C:\Program Files\Microsoft Visual Studio 8\vc\bin>cd\
C:\>cd qt/shadow2
C:\qt\shadow2>cd bin
C:\qt\shadow2\bin>setenviroment.bat
Environment Selection:TX25_SDK_v1_5_CE_6_0 (ARMV4I)
C:\qt\shadow2\bin>
C:\Program Files\Microsoft Visual Studio 8\vc\bin>"C:\Program Files\Microsoft Vi
sual Studio 8\Common7\Tools\vsvars32.bat"
Setting environment for using Microsoft Visual Studio 2005 x86 tools.
C:\Program Files\Microsoft Visual Studio 8\vc\bin>cd\
C:\>cd qt/shadow2
C:\qt\shadow2>cd bin
C:\qt\shadow2\bin>setenviroment.bat
Environment Selection:TX25_SDK_v1_5_CE_6_0 (ARMV4I)
C:\qt\shadow2\bin>
To copy to clipboard, switch view to plain text mode
But if you use the standard sdk you can use setcepath but then you haven't installed the sdk properly.
You can find them here
http://doc.trolltech.com/4.6/requirements-wince.html
Bookmarks