summaryrefslogtreecommitdiffstats
path: root/tests/auto/tools/uic/uic.pro
blob: bee11660a4ce90c229f6f5160db91212e22df649 (plain)
1
2
3
4
5
6
7
8
9
CONFIG += testcase

QT = core testlib
SOURCES += tst_uic.cpp
TARGET = tst_uic

# This test is not run on wince (I think)
DEFINES += SRCDIR=\\\"$$PWD/\\\"
DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0