aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquickanchors/qquickanchors.pro
blob: a5b47e37970e6fd91a4acbcf3769d2dafcd7f0f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
TARGET = tst_qquickanchors
CONFIG += testcase
SOURCES += tst_qquickanchors.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