summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorJo Asplin <jo.asplin@nokia.com>2011-09-12 09:28:19 +0200
committerJo Asplin <jo.asplin@nokia.com>2011-09-12 10:11:34 +0200
commit97e6d6c5d41046f4820d01ed07088ba2b2384fcf (patch)
tree5f5ee7399ddb6279cae00098e06dbf9402bb7d01 /tests
parent4c43b60323e88befb08504c1ec67305cc8f57e70 (diff)
Add other.pro back to auto.pro
The other/ subdirectory should still be built via other.pro. This was overlooked by Commit 0a208dd4135fc16d05f9fd8c417d99e3f39c39fb 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>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/auto.pro2
-rw-r--r--tests/auto/other.pro1
2 files changed, 2 insertions, 1 deletions
diff --git a/tests/auto/auto.pro b/tests/auto/auto.pro
index 6e42c14362..5eda1236b7 100644
--- a/tests/auto/auto.pro
+++ b/tests/auto/auto.pro
@@ -7,7 +7,7 @@ SUBDIRS += \
sql \
xml \
testlib \
- other \
+ other.pro \
!cross_compile: SUBDIRS += host.pro
!cross_compile: SUBDIRS += tools
diff --git a/tests/auto/other.pro b/tests/auto/other.pro
index 14ef9bc89c..1911d013f1 100644
--- a/tests/auto/other.pro
+++ b/tests/auto/other.pro
@@ -3,6 +3,7 @@
TEMPLATE=subdirs
SUBDIRS=\
+ other \
# baselineexample \ Just an example demonstrating qbaselinetest usage
lancelot \
qcombobox \