Set the Qt API level to compatibility mode in all tests.
[profile/ivi/qtdeclarative.git] / tests / auto / quick / 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 TESTDATA = data/*
12
13 QT += core-private gui-private qml-private quick-private network testlib
14 DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0