aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qtquick2/qdeclarativeanimationcontroller/qdeclarativeanimationcontroller.pro
blob: 52cafc33a6148240ed939771452a398141880a40 (plain)
1
2
3
4
5
6
7
8
9
10
QT += core-private gui-private declarative-private
TEMPLATE=app
TARGET=tst_qdeclarativeanimationcontroller

CONFIG += warn_on qmltestcase
SOURCES += tst_qdeclarativeanimationcontroller.cpp

importFiles.files = data
importFiles.path = .
DEPLOYMENT += importFiles