qtdeclarative/tests/auto/quick/qquickfocusscope/qquickfocusscope.pro

13 lines
259 B
Prolog

CONFIG += testcase
TARGET = tst_qquickfocusscope
SOURCES += tst_qquickfocusscope.cpp
include (../../shared/util.pri)
include (../shared/util.pri)
macx:CONFIG -= app_bundle
TESTDATA = data/*
QT += core-private gui-private qml-private quick-private testlib