summaryrefslogtreecommitdiff
path: root/qtcreator.pri
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@nokia.com>2012-03-13 17:12:53 +0100
committerFriedemann Kleint <Friedemann.Kleint@nokia.com>2012-03-13 17:20:50 +0100
commit489feeae159f0ea9ab591fc80b52aad55d6b0b3e (patch)
treed0dba2024438faab2fec1149bb2c55d19572e204 /qtcreator.pri
parent1ca4cad6135f7358898100ce19b37e2e10c1b49d (diff)
downloadqt-creator-489feeae159f0ea9ab591fc80b52aad55d6b0b3e.tar.gz
Compile with Qt 5.
Add either QtDeclarative (Qt 4) or QtQuick1 (Qt 5) to QT. Mixing them leads to problems with include paths and linking. Change-Id: I188240641216ee227931a7be2105bc4838385c79 Reviewed-by: Kai Koehne <kai.koehne@nokia.com>
Diffstat (limited to 'qtcreator.pri')
-rw-r--r--qtcreator.pri1
1 files changed, 0 insertions, 1 deletions
diff --git a/qtcreator.pri b/qtcreator.pri
index fcf61a5cef..79aa849a7a 100644
--- a/qtcreator.pri
+++ b/qtcreator.pri
@@ -157,5 +157,4 @@ win32-msvc* {
qt:greaterThan(QT_MAJOR_VERSION, 4) {
contains(QT, core): QT += concurrent
contains(QT, gui): QT += widgets
- contains(QT, declarative): QT += quick1
}