summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorLaszlo Papp <lpapp@kde.org>2013-02-27 21:22:10 +0000
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-02-28 08:40:36 +0100
commite3191366fe3b44c486894ab894b1c23335942348 (patch)
tree5265c325ed863bd23f871ee87cad08eb8725181f /tests
parentc8d78cf5de995347a4801306666385ed40a09876 (diff)
Make the test .pro files more aligned and consistent to the other modules
Change-Id: I6c227b10dd4cb4f5cd8390fa5fae3a282b676f9e Reviewed-by: Denis Shienkov <denis.shienkov@gmail.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/manual/manual.pro4
-rw-r--r--tests/manual/qserialport/qserialport.pro1
-rw-r--r--tests/manual/qserialportinfo/qserialportinfo.pro1
-rw-r--r--tests/tests.pro3
4 files changed, 5 insertions, 4 deletions
diff --git a/tests/manual/manual.pro b/tests/manual/manual.pro
index 1f4e4eb6..5be81602 100644
--- a/tests/manual/manual.pro
+++ b/tests/manual/manual.pro
@@ -1,3 +1,3 @@
TEMPLATE = subdirs
-CONFIG = ordered
-SUBDIRS += qserialportinfo qserialport
+SUBDIRS += qserialportinfo \
+ qserialport
diff --git a/tests/manual/qserialport/qserialport.pro b/tests/manual/qserialport/qserialport.pro
index 5ce5b6b5..fc72eb06 100644
--- a/tests/manual/qserialport/qserialport.pro
+++ b/tests/manual/qserialport/qserialport.pro
@@ -1,3 +1,4 @@
+TEMPLATE = app
CONFIG += testcase
TARGET = tst_qserialport
diff --git a/tests/manual/qserialportinfo/qserialportinfo.pro b/tests/manual/qserialportinfo/qserialportinfo.pro
index a55c6f9f..e9577e6e 100644
--- a/tests/manual/qserialportinfo/qserialportinfo.pro
+++ b/tests/manual/qserialportinfo/qserialportinfo.pro
@@ -1,3 +1,4 @@
+TEMPLATE = app
CONFIG += testcase
TARGET = tst_qserialportinfo
diff --git a/tests/tests.pro b/tests/tests.pro
index 3ae66f38..232d5964 100644
--- a/tests/tests.pro
+++ b/tests/tests.pro
@@ -1,3 +1,2 @@
TEMPLATE = subdirs
-SUBDIRS = \
- manual
+SUBDIRS += manual