aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquicktextedit/qquicktextedit.pro
blob: 5f352eb8c46fef05befdaaebe97bf72d44269db4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
CONFIG += testcase
TARGET = tst_qquicktextedit
macx:CONFIG -= app_bundle

SOURCES += tst_qquicktextedit.cpp \
           ../../shared/testhttpserver.cpp

HEADERS += ../../shared/testhttpserver.h

include (../../shared/util.pri)

TESTDATA = data/*

QT += core-private gui-private v8-private qml-private quick-private network-private testlib

CONFIG+=insignificant_test # until QTextBoundaryFinder gets fixed

DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0