aboutsummaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/creationtime
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@theqtcompany.com>2015-10-22 16:48:44 +0200
committerJ-P Nurmi <jpnurmi@theqtcompany.com>2015-10-24 10:02:49 +0000
commitcc707a981e2ece079bf94c9817e2d42760cae60b (patch)
tree921ba62e1a389b409191dbd6078f00e628a77699 /tests/benchmarks/creationtime
parente1bf1e9a03066a9029132e476794d3f16abcd6ff (diff)
.qmake.conf: set QQC2_SOURCE_TREE
A tad nicer way to pass the correct path for tests. Change-Id: I0415d64737bbaa6de163e855080ed3a147f547d5 Reviewed-by: Liang Qi <liang.qi@theqtcompany.com>
Diffstat (limited to 'tests/benchmarks/creationtime')
-rw-r--r--tests/benchmarks/creationtime/creationtime.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/benchmarks/creationtime/creationtime.pro b/tests/benchmarks/creationtime/creationtime.pro
index 4383a759..17f428ad 100644
--- a/tests/benchmarks/creationtime/creationtime.pro
+++ b/tests/benchmarks/creationtime/creationtime.pro
@@ -5,7 +5,7 @@ QT += qml testlib
CONFIG += testcase
osx:CONFIG -= app_bundle
-DEFINES += QQC2_IMPORT_PATH=\\\"$$absolute_path(../../../src/imports)\\\"
+DEFINES += QQC2_IMPORT_PATH=\\\"$$QQC2_SOURCE_TREE/src/imports\\\"
SOURCES += \
tst_creationtime.cpp