aboutsummaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/particles/affectors/affectors.pro
diff options
context:
space:
mode:
authorErik Verbruggen <erik.verbruggen@qt.io>2017-05-08 11:01:22 +0200
committerErik Verbruggen <erik.verbruggen@qt.io>2017-05-10 07:45:55 +0000
commit9064d077e411aab9a2aea9f9e5a14ae029a94e14 (patch)
treeafd1e40f40eea4bacb5e5d6790fbfe3153dda3b9 /tests/benchmarks/particles/affectors/affectors.pro
parent5346da3f11f52530ef3c14d4ff16124b86f922e1 (diff)
Fix qml file loading for tst_affectors
Change-Id: Ifb1b6f6d71d42c1642167725526c054f1dce0c90 Reviewed-by: Robin Burchell <robin.burchell@crimson.no>
Diffstat (limited to 'tests/benchmarks/particles/affectors/affectors.pro')
-rw-r--r--tests/benchmarks/particles/affectors/affectors.pro5
1 files changed, 2 insertions, 3 deletions
diff --git a/tests/benchmarks/particles/affectors/affectors.pro b/tests/benchmarks/particles/affectors/affectors.pro
index 3351228a4b..2eae07fcc5 100644
--- a/tests/benchmarks/particles/affectors/affectors.pro
+++ b/tests/benchmarks/particles/affectors/affectors.pro
@@ -1,10 +1,9 @@
CONFIG += benchmark
+TEMPLATE = app
TARGET = tst_affectors
SOURCES += tst_affectors.cpp
macx:CONFIG -= app_bundle
-testDataFiles.files = data
-testDataFiles.path = .
-DEPLOYMENT += testDataFiles
+DEFINES += SRCDIR=\\\"$$PWD\\\"
QT += quickparticles-private testlib