433f5dbbfb
Add new directory structure to benchmarks.pro file introduced by
3172631f0d
.
Task-number: QTQAINFRA-353
Change-Id: I998530cd00bb1849f7a42816d61195f6a5bb4b92
Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
13 lines
280 B
Prolog
13 lines
280 B
Prolog
TEMPLATE = subdirs
|
|
SUBDIRS = \
|
|
corelib \
|
|
gui \
|
|
network \
|
|
sql \
|
|
|
|
# removed-by-refactor contains(QT_CONFIG, opengl): SUBDIRS += opengl
|
|
contains(QT_CONFIG, dbus): SUBDIRS += dbus
|
|
|
|
check-trusted.CONFIG += recursive
|
|
QMAKE_EXTRA_TARGETS += check-trusted
|