Add other.pro back to auto.pro
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>
This commit is contained in:
parent
4c43b60323
commit
97e6d6c5d4
@ -7,7 +7,7 @@ SUBDIRS += \
|
||||
sql \
|
||||
xml \
|
||||
testlib \
|
||||
other \
|
||||
other.pro \
|
||||
|
||||
!cross_compile: SUBDIRS += host.pro
|
||||
!cross_compile: SUBDIRS += tools
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
TEMPLATE=subdirs
|
||||
SUBDIRS=\
|
||||
other \
|
||||
# baselineexample \ Just an example demonstrating qbaselinetest usage
|
||||
lancelot \
|
||||
qcombobox \
|
||||
|
Loading…
Reference in New Issue
Block a user