summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativeflickable/qdeclarativeflickable.pro
blob: bc6130817766c204d1920ce0ce64e2a4fdf95747 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
CONFIG += testcase
TARGET = tst_qdeclarativeflickable

QT += testlib
contains(QT_CONFIG,declarative): QT += declarative declarative-private gui widgets script-private core-private
macx:CONFIG -= app_bundle

SOURCES += tst_qdeclarativeflickable.cpp

DEFINES += SRCDIR=\\\"$$PWD\\\"

CONFIG += parallel_test
DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0