summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorSandro S. Andrade <sandroandrade@kde.org>2013-10-27 13:27:25 -0300
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-10-28 03:17:12 +0100
commit43d412b0c2b91f0dd42e49a5a2c60fc27d6ba27a (patch)
treeb75dd03b346c010efb636d8ac88768c622f84832 /tests
parent5031f5082fad43527212b2d975fed5a728cd470e (diff)
Fix module requirements in .pro files
Change-Id: I47023c42266298939bee159c19275d5af3197db6 Reviewed-by: Sandro S. Andrade <sandroandrade@kde.org>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/qtmofcontainment/qtmofcontainment.pro2
-rw-r--r--tests/auto/qtumlcontainment/qtumlcontainment.pro2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/qtmofcontainment/qtmofcontainment.pro b/tests/auto/qtmofcontainment/qtmofcontainment.pro
index a329d73a..8fd4ec01 100644
--- a/tests/auto/qtmofcontainment/qtmofcontainment.pro
+++ b/tests/auto/qtmofcontainment/qtmofcontainment.pro
@@ -1,4 +1,4 @@
-CONFIG += testcase c++11
+CONFIG += testcase
TARGET = tst_qtmofcontainment
QT = mof testlib
diff --git a/tests/auto/qtumlcontainment/qtumlcontainment.pro b/tests/auto/qtumlcontainment/qtumlcontainment.pro
index 3c84209e..47e9064b 100644
--- a/tests/auto/qtumlcontainment/qtumlcontainment.pro
+++ b/tests/auto/qtumlcontainment/qtumlcontainment.pro
@@ -1,4 +1,4 @@
-CONFIG += testcase c++11
+CONFIG += testcase
TARGET = tst_qtumlcontainment
QT = uml testlib