Reputation: 230
before posting this quesiton i did extensive research on Forum nokia, Stackoverflow and developer.symbian.org but still unable to find solution to the problem
I am building an application that uses Symbian C++ (to get advanced network data which QT cant provide) and QT libs (for user interface and xml saving and so many other things). Now here is the problem, i cannot build and run Symbian Series 3 sdk (0.9 and o.8) with QT Designer nor Carbide C++. if i use the same approach with Series 60 5th edition, it works like a charm but combining both Symbian C++ and QT (tried 4.6 and 4.7) targeting N8, i am unable to do so.
1:Can someone advise about how to setup the environment in which we can blend Symbian and QT together.
2:Can someone help me in writing down the instuctions from point 1 (i,e pre requisites) and then running a sample code.
This thing is going on my nerves, i will really appreciate your help Stackoverflow!!
Upvotes: 0
Views: 739
Reputation: 1789
Is there any reason you need to build on the Symbian^3 SDK? A build for S60 5th will work on the N8, so unless you need APIs specific to Symbian^3, why not stick with the S60 5th SDK? (I've had similar problems with the S^3 SDK, but now work with 5th without a hitch)
Upvotes: 2