Alessandro Bonazzi 8c43d5cf2f Patch level : 12.00
Files correlati     : cg0.exe cg0700a.msk cg0700b.msk cg3.exe cg4.exe

Bug                 :

Commento:
Merge 1.0 libraries
2025-04-06 00:42:21 +02:00

16 lines
271 B
Prolog

load(qttest_p4)
SOURCES += ../tst_q3process.cpp
TARGET = ../tst_q3process
win32 {
CONFIG(debug, debug|release) {
TARGET = ../../debug/tst_q3process
} else {
TARGET = ../../release/tst_q3process
}
}
QT += qt3support
requires(contains(QT_CONFIG,qt3support))