summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativeanimatedimage/qdeclarativeanimatedimage.pro
blob: 9fb6ac1b82a1214189fd29d577ae1a7f52df8446 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
CONFIG += testcase
TARGET = tst_qdeclarativeanimatedimage

QT += testlib declarative declarative-private network widgets
HEADERS += ../shared/testhttpserver.h
SOURCES += tst_qdeclarativeanimatedimage.cpp ../shared/testhttpserver.cpp
macx:CONFIG -= app_bundle

include(../shared/qdeclarativedatatest.pri)

CONFIG += parallel_test
DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0