Where is the SDK to install it?
-
Hi,
I used to install QT 4.8.1 using the Software development kit, by which the compiler is automatically adjusted and the environment is setup correctly for MAC ..
now i don't find it .. I can't adjust the compiler? Any idea where is the SDK for MAC?
-
Hi,
The old SDK was created by Nokia. It is not maintained anymore.
Install Qt Creator 3.1, and follow these pages to set up your compiler:
See "Adding Compilers":http://qt-project.org/doc/qtcreator-3.1/creator-tool-chains.html to tell Qt Creator where to find your compiler
See "Adding Qt Versions":http://qt-project.org/doc/qtcreator-3.1/creator-project-qmake.html to tell Qt Creator where to find the Qt binaries
Finally, see "Adding Kits":http://qt-project.org/doc/qtcreator-3.1/creator-targets.html to tell Qt Creator how to combine your compiler with the Qt binaries.
-
I tried the online installer and it installed version 5.0.1 5.2 and 5.3 with mingw 4.8 and 4.8.2
but my software was written with QT 4.8 and i want to edit it with the same version of QT so that i avoid migration issues ..
I have in another folder Qt 4.8 installed but it has MSVS2010 as a compiler setup for it .. I don't find the correct mingw for qt 4.8 .. -
Do you still have Qt 4.8.1? If so, you can add it to Qt Creator.
If not,
Go to http://qt-project.org/downloads
Click "Show Downloads"
Scroll down to find Qt 4.8
-
should i download this one
Qt libraries 4.8.6 for Windows (MinGW 4.8.2, 328 MB) (Info) -
[quote author="SherifOmran" date="1400223933"]should i download this one
Qt libraries 4.8.6 for Windows (MinGW 4.8.2, 328 MB) (Info)[/quote]If you want to use MinGW (GCC 4.8.2) with Qt 4.8.6 on Windows, then yes you should download that.But I thought you said you're using Mac?