aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qquickfocusscope/qquickfocusscope.pro
blob: 79649ebb8af9008a5582363497f62bd243c40037 (plain)
1
2
3
4
5
6
7
8
9
10
CONFIG += testcase
TARGET = tst_qquickfocusscope
SOURCES += tst_qquickfocusscope.cpp
macx:CONFIG -= app_bundle

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

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