Files
qt-creator/tests/auto/auto.pro
Christian Kandeler 847f10e9cc Remove Qt version checks.
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>
2014-09-08 10:33:25 +02:00

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
}