blob: 59cc2bef86a4b8c7b5692575cba1d69c1f9611f9 (
plain)
1
2
3
4
5
6
7
8
9
|
load(qttest_p4)
HEADERS += testcompiler.h
SOURCES += tst_qmake.cpp testcompiler.cpp
contains(QT_CONFIG, qt3support): QT += qt3support
cross_compile: DEFINES += QMAKE_CROSS_COMPILED
|