forked from qt-creator/qt-creator
this is now extensively tested inside qt itself. maintaining a second version is unnecessary effort. Change-Id: I8bbce32b53acad6df37f9c6aea18f791d5648810 Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
23 lines
381 B
Prolog
23 lines
381 B
Prolog
TEMPLATE = subdirs
|
|
|
|
SUBDIRS += \
|
|
aggregation \
|
|
changeset \
|
|
cplusplus \
|
|
debugger \
|
|
diff \
|
|
extensionsystem \
|
|
externaltool \
|
|
environment \
|
|
generichighlighter \
|
|
profilewriter \
|
|
treeviewfind \
|
|
qtcprocess \
|
|
utils \
|
|
filesearch \
|
|
sdktool \
|
|
valgrind
|
|
|
|
qtHaveModule(qml): SUBDIRS += qml
|
|
qtHaveModule(quick): SUBDIRS += timeline
|