summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativetextinput/qdeclarativetextinput.pro
blob: ab012ffb4563b5db63062e3250f0b04198af64c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
CONFIG += testcase
TARGET = tst_qdeclarativetextinput

QT += testlib
contains(QT_CONFIG,declarative): QT += declarative declarative-private gui gui-private widgets widgets-private core-private
macx:CONFIG -= app_bundle

SOURCES += tst_qdeclarativetextinput.cpp

DEFINES += SRCDIR=\\\"$$PWD\\\"

DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0