aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquickanimationcontroller/qquickanimationcontroller.pro
blob: 72a09fcb9c3414f70c54c68b88e135e65ba5f0a5 (plain)
1
2
3
4
5
6
7
8
9
10
QT += core-private gui-private qml-private
TEMPLATE=app
TARGET=tst_qquickanimationcontroller

CONFIG += warn_on qmltestcase
SOURCES += tst_qquickanimationcontroller.cpp

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