aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquicktextedit/qquicktextedit.pro
blob: ea6e8bc60d5bd85a006ca070273af23d0e27d8c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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  qml-private quick-private network-private testlib

osx: LIBS += -framework AppKit