Qt SDK source code for Oracle Solaris 11 - missing QMake
-
OS: Oracle Solaris 11 (available as a free download here: http://www.oracle.com/technetwork/server-storage/solaris11/overview/index.html )
Development tools: Solaris Studio (available as a free download here: http://www.oracle.com/technetwork/server-storage/solarisstudio/overview/index.html )
Hi, I want to make Qt desktop applications for Oracle Solaris 11, and Solaris Studio supports Qt projects. However the binary QMake is missing.
What I am looking for, is Qt SDK source code (preferably version 4.7.4) alone, as an archive. However I can't find it anywhere.
Is it available somewhere? Also if there is a better solution for the missing QMake binary, I will be grateful if you tell me.
Thank you a lot.
-
Source of the SDK is not available, but "SDK" in Qt means an automated GUI installer. Source of Qt Libraries is - of course - "available":http://download.qt.nokia.com/qt/source/qt-everywhere-opensource-src-4.8.0.tar.gz. You can compile them to get the QMake, or download precompiled libraries and get qmake from there.
-
Oh sorry you wanted 4.7.4. Here's a better "link":http://download.qt.nokia.com/qt/source/qt-everywhere-opensource-src-4.7.4.tar.gz. You can always get sources from "Gitorious":https://qt.gitorious.org/qt, too.
-
OK thank you.
I will give it a try, and see if it compiles under Solaris 11. :-)
-