aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qtquick2/qquickanchors/qquickanchors.pro
blob: 92f24cff07cf31922391b6db93dd72b5a9dc4829 (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 quick-private v8-private testlib