97e6d6c5d4
The other/ subdirectory should still be built via other.pro.
This was overlooked by Commit 0a208dd413
Task-number: QTBUG-21327
Change-Id: Ie8ebd7dfc5b1dd56ca1b629aa011d160cb563ddd
Reviewed-on: http://codereview.qt-project.org/4526
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
17 lines
443 B
Prolog
17 lines
443 B
Prolog
TEMPLATE = subdirs
|
|
|
|
SUBDIRS += \
|
|
corelib.pro \
|
|
gui.pro \
|
|
network.pro \
|
|
sql \
|
|
xml \
|
|
testlib \
|
|
other.pro \
|
|
|
|
!cross_compile: SUBDIRS += host.pro
|
|
!cross_compile: SUBDIRS += tools
|
|
contains(QT_CONFIG, opengl): SUBDIRS += opengl
|
|
unix:!embedded:contains(QT_CONFIG, dbus): SUBDIRS += dbus
|
|
contains(QT_CONFIG, v8): SUBDIRS += v8.pro
|