Doc: Enabling Qt QML linking to Qt Quick.
[profile/ivi/qtdeclarative.git] / src / src.pro
index f214763..80d859f 100644 (file)
@@ -1,9 +1,16 @@
 TEMPLATE = subdirs
 CONFIG += ordered
-SUBDIRS += declarative qtquick1 plugins
+SUBDIRS += \
+    qml
 
-# ### refactor: port properly
-# contains(QT_CONFIG, qmltest): SUBDIRS += qmltest
+!isEmpty(QT.gui.name) {
+    SUBDIRS += \
+        quick \
+        qmltest \
+        particles
+}
 
-SUBDIRS += imports
-QT += script widgets widgets-private
+SUBDIRS += \
+    plugins \
+    imports \
+    qmldevtools