Doc: Enabling Qt QML linking to Qt Quick.
[profile/ivi/qtdeclarative.git] / tools / tools.pro
1 TEMPLATE = subdirs
2 SUBDIRS += \
3     qmlscene \
4     qmlplugindump \
5     qmlmin \
6     qmlprofiler \
7     qmlbundle \
8     qmltestrunner
9 !contains(QT_CONFIG, no-widgets):SUBDIRS += qmleasing
10
11