aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qquickanchors/qquickanchors.pro
blob: 0d085d367dd6ed9d3b4999f1099c075021b6b4e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
TARGET = tst_qquickanchors
CONFIG += testcase
SOURCES += tst_qquickanchors.cpp
macx:CONFIG -= app_bundle

testDataFiles.files = data
testDataFiles.path = .
DEPLOYMENT += testDataFiles

CONFIG += parallel_test

QT += core-private gui-private declarative-private v8-private testlib