summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativeimageprovider/qdeclarativeimageprovider.pro
blob: 8a7d6ecb31403b555a0aec0186c511c4c526c9c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
CONFIG += testcase
TARGET = tst_qdeclarativeimageprovider

QT += testlib
contains(QT_CONFIG,quick1): QT += quick1 quick1-private
QT += network
macx:CONFIG -= app_bundle

SOURCES += tst_qdeclarativeimageprovider.cpp

# QMAKE_CXXFLAGS = -fprofile-arcs -ftest-coverage
# LIBS += -lgcov

!symbian: {
    DEFINES += SRCDIR=\\\"$$PWD\\\"
}