1
load(qttest_p4)
2
3
SOURCES += ../tst_q3process.cpp
4
TARGET = ../tst_q3process
5
6
win32 {
7
CONFIG(debug, debug|release) {
8
TARGET = ../../debug/tst_q3process
9
} else {
10
TARGET = ../../release/tst_q3process
11
}
12
13
14
QT += qt3support
15
requires(contains(QT_CONFIG,qt3support))
16
17