QDeclarative in Carbide
-
I am trying to run a project using Qdeclarative in Carbide because i want to debug the project on the Symbian^3 emulator.
I am able to run Qt apps fine.But i cant seem to use any qdeclarative classes because the compiler cant find the classes.
I have included the declarative module in my .pro file--.SYmbian^3 SDK version 0.9
-
What version of Qt do you using? Current production version (4.6.3) or developer version (4.7.0)? Declarative is included only in second one.
-
I know that QDeclarative comes with 4.7.
But what i don't understand is that The symbian sdk comes with Qt 4.7(atleast thats what their website says)
"http://www.forum.nokia.com/info/sw.nokia.com/id/ec866fab-4b76-49f6-b5a5-af0631419e9c/S60_All_in_One_SDKs.html":http://www.forum.nokia.com/info/sw.nokia.com/id/ec866fab-4b76-49f6-b5a5-af0631419e9c/S60_All_in_One_SDKs.htmlSo shouldn't i just be able to start developing Qt 4.7 apps if i have the SYmbian^3 SDK ?
-
No, you should explicitly download Qt 4.7.0 and install it.