summaryrefslogtreecommitdiffstats
path: root/tests/auto/uic3/uic3.pro
blob: 72a1304f01c6458d51b4810c2c81facecdbb2289 (plain)
1
2
3
4
5
6
7
8
9
10
11
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))