How to install SDKs for other platforms and do i need other compilers?
-
Hello,
sorry for this newbie questions but i searched the forum and cant find the answers.
I have installed QT for Windows from this: http://qt.nokia.com/downloads/sdk-windows-cppIf i start a new project there is no other platfrom to choose under project creation, only my platfrom (desktop).
I think i need to install other SDKs, so i downloaded: http://qt.nokia.com/downloads/win-ce-cpp
There is a readme how to install the SDK, but it says i should use the instructions given at: http://doc.qt.nokia.com/4.7/install-win.htmlAnd there stands: "If you have obtained a binary package for this platform, consult the installation instructions provided instead of the ones in this document."
But i dont know which instruction and where to find them!?
And need i other compilers? For example VisualStudio or emmbeded VC for Windows CE?
Can i compile for Linux too, or must i install a linux version?greets
Rigoletto -
Hi, thanks for the answer, but cant find 2.1, i guess you mean Qt SDK 1.1: http://labs.qt.nokia.com/2011/01/20/qt-sdk-1-1-technology-preview-released/
Thats, fine i try to develop a little tool as trayicon that is communitcate with a website. It should be used for manage clan meetings.
Looks like all requiered api functions are available,
and Windows, linux and symbian should not be problem.But how is it about Windows CE/Windows Mobile, where can i find the install instruction for this SDK and need i compiler like Visual Studio or embedded VC 4.0?
greets
Rigoletto -
To build for Win CE you need the Windows SDKs installed on your machine, that means teh MSVS tool chain (at least the compiler, IDE is not needed) and the CE SDK. An "overview of Windows SDK can be found here":http://en.wikipedia.org/wiki/Microsoft_Windows_SDK or: "SDK for Windows Mobile 2003-based Smartphones":http://www.microsoft.com/downloads/en/details.aspx?FamilyID=a6c4f799-ec5c-427c-807c-4c0f96765a81
When you have build the Qt libs for CE, you should be able to compile your project for windows CE.
-
[quote author="Rigoletto" date="1296715826"]Hi, thanks for the answer, but cant find 2.1, i guess you mean Qt SDK 1.1: http://labs.qt.nokia.com/2011/01/20/qt-sdk-1-1-technology-preview-released/
[/quote]My bad... You are right. I meant the SDK 1.1 (preview) that comes with the Qt Creator 2.1 (Preview)