summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativeqt/qdeclarativeqt.pro
blob: 07d077f54f6462a72e3bee143382d9558e05052e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
CONFIG += testcase
TARGET = tst_qdeclarativeqt

QT += testlib
contains(QT_CONFIG,quick1): QT += quick1 quick1-private script script-private core-private widgets
SOURCES += tst_qdeclarativeqt.cpp
macx:CONFIG -= app_bundle

include(../shared/qdeclarativedatatest.pri)

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

CONFIG += parallel_test