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