summaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/tests.pri
diff options
context:
space:
mode:
authorSzabolcs David <davidsz@inf.u-szeged.hu>2015-07-14 02:37:26 -0700
committerSzabolcs David <davidsz@inf.u-szeged.hu>2016-03-25 10:53:54 +0000
commitb6dc12bbb5059441363dcea3bcae94d17da482ec (patch)
treefc15f08b7a31a05e739b6bee5756b5fb346bdb7e /tests/auto/quick/tests.pri
parent963f90b7a07236d81d7bb65798c641556501ab10 (diff)
Move loadVisuallyCommitted signal to the test support API
Change-Id: I877bbd8bc5c710370f135a27bcd7f0f7c95a7292 Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
Diffstat (limited to 'tests/auto/quick/tests.pri')
-rw-r--r--tests/auto/quick/tests.pri4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/auto/quick/tests.pri b/tests/auto/quick/tests.pri
index 3c56aef97..efe9ff9d0 100644
--- a/tests/auto/quick/tests.pri
+++ b/tests/auto/quick/tests.pri
@@ -17,3 +17,7 @@ macx: CONFIG -= app_bundle
# This define is used by some tests to look up resources in the source tree
DEFINES += TESTS_SOURCE_DIR=\\\"$$PWD/\\\"
+
+isQMLTestSupportApiEnabled() {
+ DEFINES += ENABLE_QML_TESTSUPPORT_API
+}