summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorErik Verbruggen <erik.verbruggen@theqtcompany.com>2015-09-08 13:40:01 +0200
committerErik Verbruggen <erik.verbruggen@theqtcompany.com>2015-09-08 14:40:54 +0300
commit0f66ed3a0899a3488cd8376e68081674d3521ed6 (patch)
tree262028503b4e1949bc39861e07dfa1305936b6f1 /tests
parent5bdf54ada60a2884ad5ca0ee7625be3ab0741602 (diff)
Fix compilation issues on Linux.
Change-Id: I1bc4a66f83efb834dbcb199dcdd9187df042a1d6 Reviewed-by: Erik Verbruggen <erik.verbruggen@theqtcompany.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/scion/scion.pro6
1 files changed, 2 insertions, 4 deletions
diff --git a/tests/auto/scion/scion.pro b/tests/auto/scion/scion.pro
index 194e8ad..f872655 100644
--- a/tests/auto/scion/scion.pro
+++ b/tests/auto/scion/scion.pro
@@ -1,9 +1,7 @@
QT = core gui qml testlib scxml
-CONFIG += testcase
-
-TARGET = tst_scion
-CONFIG += console
+CONFIG += testcase c++11 console
CONFIG -= app_bundle
+TARGET = tst_scion
TEMPLATE = app