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:
Jo Asplin 2011-09-12 09:28:19 +02:00
parent 4c43b60323
commit 97e6d6c5d4
2 changed files with 2 additions and 1 deletions

View File

@ -7,7 +7,7 @@ SUBDIRS += \
sql \
xml \
testlib \
other \
other.pro \
!cross_compile: SUBDIRS += host.pro
!cross_compile: SUBDIRS += tools

View File

@ -3,6 +3,7 @@
TEMPLATE=subdirs
SUBDIRS=\
other \
# baselineexample \ Just an example demonstrating qbaselinetest usage
lancelot \
qcombobox \