aboutsummaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/objectcount/objectcount.pro
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@theqtcompany.com>2015-11-04 17:17:30 +0100
committerJ-P Nurmi <jpnurmi@theqtcompany.com>2015-11-05 15:16:18 +0000
commit954eb6121ff149dc14a17328990c8ad1a5fc7190 (patch)
tree563d1cbfb485ba19cf9247082c036a1189b5c0f9 /tests/benchmarks/objectcount/objectcount.pro
parent1bbbfa1af4fdb2413693f8b57d9e6c44009cedfa (diff)
tst_objectcount: use components
This makes it easier to add different styles to the test. Change-Id: Icd23c809ab9999840b5555f7fb658f38c8b7c15e Reviewed-by: Mitch Curtis <mitch.curtis@theqtcompany.com>
Diffstat (limited to 'tests/benchmarks/objectcount/objectcount.pro')
-rw-r--r--tests/benchmarks/objectcount/objectcount.pro2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/benchmarks/objectcount/objectcount.pro b/tests/benchmarks/objectcount/objectcount.pro
index f54d72d6..2cda43d5 100644
--- a/tests/benchmarks/objectcount/objectcount.pro
+++ b/tests/benchmarks/objectcount/objectcount.pro
@@ -5,5 +5,7 @@ QT += quick testlib core-private
CONFIG += testcase
osx:CONFIG -= app_bundle
+DEFINES += QQC2_IMPORT_PATH=\\\"$$QQC2_SOURCE_TREE/src/imports\\\"
+
SOURCES += \
tst_objectcount.cpp