QDeclarative tests: Introduce base class for data tests.
[profile/ivi/qtdeclarative.git] / tests / auto / qtquick2 / qquickanimatedimage / qquickanimatedimage.pro
1 CONFIG += testcase
2 TARGET = tst_qquickanimatedimage
3 HEADERS += ../../shared/testhttpserver.h \
4             ../../shared/util.h
5 SOURCES += tst_qquickanimatedimage.cpp \
6            ../../shared/testhttpserver.cpp \
7             ../../shared/util.cpp
8
9 macx:CONFIG -= app_bundle
10
11 testDataFiles.files = data
12 testDataFiles.path = .
13 DEPLOYMENT += testDataFiles
14
15 CONFIG += parallel_test
16
17 QT += core-private gui-private declarative-private quick-private network testlib