- Nov 10, 2009
- Nov 05, 2009
-
-
Friedemann Kleint authored
Reviewed-by:
dt <qtc-committer@nokia.com>
-
- Nov 04, 2009
-
-
dt authored
-
- Nov 02, 2009
- Oct 29, 2009
- Oct 28, 2009
-
-
Robert Loehning authored
-
dt authored
-
dt authored
-
ck authored
Reviewed-by:
dt <qtc-committer@nokia.com>
-
- Oct 27, 2009
-
-
Friedemann Kleint authored
Reviewed-by:
dt <qtc-committer@nokia.com>
-
con authored
Users can specify a S60 SDK root for Qt for Symbian versions now.
-
Aaron McCarthy authored
Assignments to CE_SDK in the mkspecs are not quoted, and is therefore stored as a string list. Recombine the string list back into a single string before use.
-
- Oct 26, 2009
-
-
kh1 authored
in case one has set MAKESPEC but does not actually pass it as argument. Reviewed-by: dt
-
- Oct 22, 2009
-
-
dt authored
-
ck authored
Reviewed-by:
dt <qtc-committer@nokia.com>
-
dt authored
That is we actually parse the mkspec and evaluate QMAKE_CXX (and a few other variables) to figure out the correct mkspec. This makes using custom mkspecs easier and is also cleaner. I also changed mkspec() and mkspecPath() to behave a little diffrent, essentialy mkspec() will return only the name (the actual dir name) of the mkspec. That is in general not sufficient for passing on to qmake. mkspecPath() only returns the correct path to mkspecs/default. Hopefully I haven't broken WinCE/Maemo/MinGW.
-
Daniel Molkentin authored
Now that we check for the qmake.exe location rather than for the path itself, we need to use QFile for the check.
-
- Oct 16, 2009
- Oct 12, 2009
-
-
con authored
Reviewed-by: dt
-
- Oct 06, 2009
- Oct 01, 2009
- Sep 17, 2009
-
-
dt authored
By only providing a qtInstallDir variant
-
- Sep 10, 2009
- Sep 04, 2009
-
-
Daniel Molkentin authored
-
- Sep 03, 2009
-
-
dt authored
-
Daniel Molkentin authored
Rationale: The concept of a "Qt Dir" is dead ever since Qt can be installed. Specifying the qmake location otoh makes it possible to unambigously detect all parts of a Qt installation.
-
- Aug 27, 2009
-
-
dt authored
-
- Aug 26, 2009
-
-
con authored
Reviewed-by: dt
-
- Aug 17, 2009
-
-
dt authored
-
- Aug 14, 2009
-
-
hjk authored
-
- Aug 07, 2009
-
-
Friedemann Kleint authored
- Give the controls a tooltip listing file details (date) - Make building a QtConcurrent task - Make log window scroll to bottom and pop up on error - Make the build code pass on error messages about copying the source files to the log file - Clean up the building code string-wise, use QLatin1String and translate messages, cache the icons. Use a QSharedPointer for the QtVersions in the settings page since they are passed to the BuildTask, which may outlive the dialog.
-
Friedemann Kleint authored
This reverts commit debb3961. Success cannot be properly detected.
-