Set the Qt API level to compatibility mode in all tests.
[profile/ivi/qtdeclarative.git] / tests / auto / quick / qquickpixmapcache / qquickpixmapcache.pro
1 CONFIG += testcase
2 TARGET = tst_qquickpixmapcache
3 macx:CONFIG -= app_bundle
4
5 SOURCES += tst_qquickpixmapcache.cpp \
6            ../../shared/testhttpserver.cpp
7 HEADERS += ../../shared/testhttpserver.h
8 INCLUDEPATH += ../../shared/
9
10 include (../../shared/util.pri)
11
12 TESTDATA = data/*
13
14 # QMAKE_CXXFLAGS = -fprofile-arcs -ftest-coverage
15 # LIBS += -lgcov
16
17 QT += core-private gui-private qml-private quick-private network testlib concurrent
18 DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0