Hello everyone,
First of all I want to thank you all the persons who contribute to qt. If I see the directory of qt, there will be days and days of coding necessary to get this far. Also the documentation is good.
Ã'm new to qt so I post my question in this thread.
I've tried several lighter gui library's like win32++ and smartwin, but there is litle documentation is not so very wel. So I will try qt, with in mind that the size can be a problem on my embedded device http://www.karo-electronics.com/tx25.html
By this device is also a custom sdk. I can compile qt with this custom sdk, but the dll that is necessary on the device are to big. (Like QtGuid4.dll -> 11mb)
My configuration is
configure.exe -platform win32-msvc2005 -xplatform wince60TX25_SDK_v1_5_CE_6_0-armv4i-msvc2005
configure.exe -platform win32-msvc2005 -xplatform wince60TX25_SDK_v1_5_CE_6_0-armv4i-msvc2005
To copy to clipboard, switch view to plain text mode
wince60TX25_SDK_v1_5_CE_6_0-armv4i-msvc2005 -> is the custom sdk
So I tried to compile with the following configuration.
configure.exe -platform win32-msvc2005 -xplatform wince60TX25_SDK_v1_5_CE_6_0-armv4i-msvc2005 -qconfig minimal
configure.exe -platform win32-msvc2005 -xplatform wince60TX25_SDK_v1_5_CE_6_0-armv4i-msvc2005 -qconfig minimal
To copy to clipboard, switch view to plain text mode
The following link is de output of nmake in dos.
http://www.uploadarchief.net/files/d...utputnmake.txt
It seems to be, it has something to do with the define QT_NO_LIBRARY
Some variables in some cpp files are not reconigzed.
Can someone tell me what i'm doing wrong ?
[edit]
I have the same problem when I compile with the standard sdk 'wincewm50pocket-msvc2005'
Output nmake http://www.uploadarchief.net/files/d...tputnmake2.txt
Bookmarks