aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/propertyrequirements
diff options
context:
space:
mode:
authorKevin Krammer <kevin.krammer@kdab.com>2018-07-25 17:55:30 +0200
committerKevin Krammer <kevin.krammer@kdab.com>2018-07-25 17:06:50 +0000
commit315e0781b0890711b8a7def52f26e33c47c586dc (patch)
tree1d4e83197cc246d6263a32ef48ee87f3b2cff057 /tests/auto/quick/propertyrequirements
parentf2c396c683f43f6dd0e875d6661b0b1fc076a239 (diff)
Remove invalid CONFIG option
cpp11 is not a valid option for CONFIG, c++11 would be but is default now anyway Change-Id: I85f0be22863f55e69dc488815a3fdb93b78d6995 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
Diffstat (limited to 'tests/auto/quick/propertyrequirements')
-rw-r--r--tests/auto/quick/propertyrequirements/propertyrequirements.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/quick/propertyrequirements/propertyrequirements.pro b/tests/auto/quick/propertyrequirements/propertyrequirements.pro
index bcab78fa4f..8fe574e0bf 100644
--- a/tests/auto/quick/propertyrequirements/propertyrequirements.pro
+++ b/tests/auto/quick/propertyrequirements/propertyrequirements.pro
@@ -1,4 +1,4 @@
-CONFIG += testcase cpp11
+CONFIG += testcase
TARGET = tst_propertyrequirements
macos:CONFIG -= app_bundle