aboutsummaryrefslogtreecommitdiffstats
path: root/qt.pro
diff options
context:
space:
mode:
authorSergio Ahumada <sergio.ahumada@digia.com>2013-04-04 07:37:42 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-04-04 17:25:51 +0200
commit80c8ed3c219e7e3526eb0c134b01ce2a0c2d8b26 (patch)
treee5ad1a2c174b6e64c82c0ef5f89296c8d2811d60 /qt.pro
parent66ed87fc6792a285430e88d8a9de496a532df8d8 (diff)
Add new modules (qtquickcontrols, qtserialport and qtx11extras)v5.1.0-alpha1
Also adding qtsensors as part of the default modules and updating its sha1. Change-Id: I39f89f2d26725575d791d185aa452bc1f420a8da Reviewed-by: David Faure (KDE) <faure@kde.org>
Diffstat (limited to 'qt.pro')
-rw-r--r--qt.pro3
1 files changed, 3 insertions, 0 deletions
diff --git a/qt.pro b/qt.pro
index 7d1a78b8..3baaf6a5 100644
--- a/qt.pro
+++ b/qt.pro
@@ -50,11 +50,13 @@ defineTest(addModule) {
# it may not build.
addModule(qtbase)
+addModule(qtx11extras, qtbase)
addModule(qlalr, qtbase)
addModule(qtsvg, qtbase)
addModule(qtxmlpatterns, qtbase)
addModule(qtjsbackend, qtbase)
addModule(qtdeclarative, qtjsbackend, qtsvg qtxmlpatterns)
+addModule(qtquickcontrols, qtdeclarative)
addModule(qtmultimedia, qtdeclarative)
addModule(qtactiveqt, qtbase)
addModule(qt3d, qtdeclarative)
@@ -74,6 +76,7 @@ addModule(qtscript, qtbase)
addModule(qtquick1, qtscript, qtsvg qtxmlpatterns qtwebkit qttools)
addModule(qtdocgallery, qtdeclarative, qtjsondb)
!win32:!mac:addModule(qtwayland, qtbase, qtdeclarative)
+addModule(qtserialport, qtbase)
addModule(qttranslations, qttools)
addModule(qtdoc, qtdeclarative)
addModule(qtqa, qtbase)