Rename Qt Quick-specific classes to QQuick*
[profile/ivi/qtdeclarative.git] / tests / auto / declarative / qquickanimatedimage / qquickanimatedimage.pro
1 CONFIG += testcase
2 TARGET = tst_qquickanimatedimage
3 HEADERS += ../shared/testhttpserver.h
4 SOURCES += tst_qquickanimatedimage.cpp ../shared/testhttpserver.cpp
5 macx:CONFIG -= app_bundle
6
7 testDataFiles.files = data
8 testDataFiles.path = .
9 DEPLOYMENT += testDataFiles
10
11 CONFIG += parallel_test
12
13 QT += core-private gui-private declarative-private network testlib