summaryrefslogtreecommitdiff
path: root/tests/auto/uic3/uic3.pro
blob: 164c9b3c63942f97c761c58d309fb9c3393ba2a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
load(qttest_p4)

CONFIG += qtestlib
SOURCES += tst_uic3.cpp
TARGET = tst_uic3

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

requires(contains(QT_CONFIG,qt3support))

CONFIG+=insignificant_test # QTQAINFRA-428