PDA

View Full Version : Qt Creator Install QT for compiling with Symbian



lyhoanghai
12th August 2010, 14:55
Hello,

I would like to compile my application with QT Creator for symbian simulator.
I downloaded and install
Nokia Qt SDK 1.0
(http://www.forum.nokia.com/Develop/Qt/)

Is that all? Do i need to download or install any other modules? (S60 SDK? Carbide???)

Because with Nokia QT SDK I can only compile and build for QtSimulator and Desktop.
I cannot compile (even the sample bundle with QT Creator, e.g. basic drawing).

Thanks

Hai

ERROR I get from QT creator:
memcmp was not declared in this scope
strlen was not declared in this scope
return type struct QString is incomplete
I have a great number of error:
.....

WARNING I get from QT creator:
WARNING: \nokia\sources\sqm-nokia\SQNOKIA_0XEF481419.MMP(51) : SYSTEMINCLUDE path "\NokiaQtSDK\Symbian\SDK\epoc32\include\osextension s\stdapis\" not found

WARNING: \nokia\sources\sqm-nokia\SQNOKIA_0XEF481419.MMP(52) : SYSTEMINCLUDE path "\NokiaQtSDK\Symbian\SDK\epoc32\include\osextension s\stdapis\sys\" not found

curreli
13th August 2010, 07:46
I think I'll try to post on Nokia's forum.

curreli
13th August 2010, 09:21
I found the problem!

I have a "string.h" file in my project which was included on behalf of the C++ string.h file!

Thanks for your response though!