1
load(qttest_p4)
2
HEADERS += testcompiler.h
3
SOURCES += tst_qmake.cpp testcompiler.cpp
4
5
cross_compile: DEFINES += QMAKE_CROSS_COMPILED
6
7