What's the difference between the Nokia Qt SDK and the Qt SDK?
-
wrote on 11 Jul 2010, 03:39 last edited by
I just found the answer to this question, but it took me a while, so mthis should save you some time.
This page gives side-by-side comparison of Nokia Qt SDK and the Qt SDK:
"What's the difference between the Nokia Qt SDK and the Qt SDK?":http://qt.nokia.com/products/qt-for-mobile-platforms#qtfornokia
-
wrote on 13 Jul 2010, 18:35 last edited by
Or for those who want to know the answer without clicking:
- "Qt SDK" is for desktop development
- "Nokia Qt SDK" is for mobile development
Lame attempt to provide a memory hook:
Nokia makes mobile phones. With the "Nokia Qt SDK" you can develop applications for Nokia mobile phones.
-
wrote on 9 Sept 2010, 21:52 last edited by
The question is of course - what if you want to develop for both desktop and development at the same time? :)
My suggestion for that is that you install the Nokia Qt SDK, and then install Qt for whatever desktop platform you're on in addition. Qt Creator will pick up this newly installed Qt as well and work out of the box.
-
wrote on 18 Sept 2010, 11:02 last edited by
[quote author="snowpong" date="1284069127"]The question is of course - what if you want to develop for both desktop and development at the same time? :)
My suggestion for that is that you install the Nokia Qt SDK, and then install Qt for whatever desktop platform you're on in addition. Qt Creator will pick up this newly installed Qt as well and work out of the box.[/quote]
I tested it also and it is working fine.
-
wrote on 18 Sept 2010, 11:36 last edited by
snowpong, I also use same solution:) Nokia Qt SDK + Qt SDK + framework for VS2008:)
-
wrote on 29 Sept 2010, 10:08 last edited by
Same i use Qt SDK and Nokia SDK with last snapshot QtCreator from nokia ftp. Working almost fine. But only one error appear in Qt Creator in settings tab Qt->SDK for 60: The file 'devices.xml' containing the device SDK configuration could not be found looking at the registry key HKEY_LOCAL_MACHINE\Software\Symbian\EPOC SDKs\CommonPath or the common program data directories.
-
wrote on 20 Nov 2010, 05:26 last edited by
Hi, I too wish to install the Nokia Qt SDK for Windows and the Qt SDK for Windows and perhaps even the Qt Creator 2.1 Beta for Windows.
So do you install these 3 packages in separate or the same directories?
-
wrote on 20 Nov 2010, 08:14 last edited by
I've installed Nokia Qt SDK and Qt SDK in separate directories. Creator and Qt for VS2008 were built from gitoriuos.
-
wrote on 20 Nov 2010, 08:24 last edited by
And if you want to keep the configuration separated, use the command line option -settingspath (I'm not certain, but it seems it is new, available in 2.1 beta).
For example, I use this to not mix the current stable release of Qt Creator and the one built from git. Need to check if it works like this on Windows, though. -
wrote on 20 Nov 2010, 08:43 last edited by
anselmolsm, It's useful command line option, I did not see:)
"http://qt.gitorious.org/qt-creator/qt-creator/commit/060e230040147728a8ce6287e06851a426021a82":http://qt.gitorious.org/qt-creator/qt-creator/commit/060e230040147728a8ce6287e06851a426021a82