aboutsummaryrefslogtreecommitdiffstats
path: root/qtcreator.pri
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@nokia.com>2010-06-07 13:42:27 +0200
committerKai Koehne <kai.koehne@nokia.com>2010-06-07 17:30:18 +0200
commitb7ae49161a9c0f64bfa70e1b3c95d55ed8e7441f (patch)
tree13d35bf405e80e7b7b973857fc8a857d2299607c /qtcreator.pri
parent47a7680ea4cef586db7f33e927ce934a8fb1740a (diff)
Revert disabling of qml support (2.0.0 branch)
This reverts commit 5234c775f765a and 210652912b728e9c.
Diffstat (limited to 'qtcreator.pri')
-rw-r--r--qtcreator.pri6
1 files changed, 0 insertions, 6 deletions
diff --git a/qtcreator.pri b/qtcreator.pri
index 73b2e73d8b..b4ca541b0f 100644
--- a/qtcreator.pri
+++ b/qtcreator.pri
@@ -117,9 +117,3 @@ win32-msvc* {
# Handle S60 support: default on Windows, conditionally built on other platforms.
macx:SUPPORT_QT_S60 = $$(QTCREATOR_WITH_S60)
else:SUPPORT_QT_S60=1
-
-# Define QTCREATOR_WITH_QML if building with Qml support
-SUPPORT_QT_QML = $$(QTCREATOR_WITH_QML)
-!isEmpty(SUPPORT_QT_QML) {
- DEFINES += QTCREATOR_WITH_QML
-}