Fix test failures with shadow builds.
[profile/ivi/qtdeclarative.git] / tests / auto / qtquick2 / qquickanimatedimage / qquickanimatedimage.pro
1 CONFIG += testcase
2 TARGET = tst_qquickanimatedimage
3 HEADERS += ../../shared/testhttpserver.h
4 SOURCES += tst_qquickanimatedimage.cpp \
5            ../../shared/testhttpserver.cpp
6
7 include (../../shared/util.pri)
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