Files correlati : cg0.exe cg0700a.msk cg0700b.msk cg3.exe cg4.exe Bug : Commento: Merge 1.0 libraries
16 lines
271 B
Prolog
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))
|