1
load(qttest_p4)
2
3
CONFIG += qtestlib
4
SOURCES += tst_uic3.cpp
5
TARGET = tst_uic3
6
7
# This test is not run on wince (I think)
8
DEFINES += SRCDIR=\\\"$$PWD\\\"
9
10
requires(contains(QT_CONFIG,qt3support))
11