forked from qt-creator/qt-creator
Qt 5.3 is the minimum requirement these days. Remove all fallback code from sources and project files. Change-Id: If6188a471197acadda4d6baee71804ba1a8026c6 Reviewed-by: Eike Ziller <eike.ziller@digia.com>
25 lines
391 B
Prolog
25 lines
391 B
Prolog
TEMPLATE = subdirs
|
|
|
|
SUBDIRS += \
|
|
aggregation \
|
|
changeset \
|
|
cplusplus \
|
|
debugger \
|
|
diff \
|
|
extensionsystem \
|
|
externaltool \
|
|
environment \
|
|
generichighlighter \
|
|
profilewriter \
|
|
treeviewfind \
|
|
ioutils \
|
|
qtcprocess \
|
|
utils \
|
|
utils_stringutils \
|
|
filesearch \
|
|
valgrind
|
|
|
|
qtHaveModule(declarative) {
|
|
SUBDIRS += qml qmlprofiler
|
|
}
|