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

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

SOURCES += tst_qdeclarativestyledtext.cpp

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

CONFIG += parallel_test