aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquickflickable/qquickflickable.pro
blob: 99a840218df065381bbd99f9d01af0bf94ef4d72 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
CONFIG += testcase
TARGET = tst_qquickflickable
macx:CONFIG -= app_bundle

SOURCES += tst_qquickflickable.cpp

include (../../shared/util.pri)
include (../shared/util.pri)

TESTDATA = data/*

QT += core-private gui-private  qml-private quick-private testlib