2011-10-25 04:42:16 +00:00
|
|
|
CONFIG += testcase
|
|
|
|
TARGET = tst_qmake
|
2011-04-27 10:05:43 +00:00
|
|
|
HEADERS += testcompiler.h
|
|
|
|
SOURCES += tst_qmake.cpp testcompiler.cpp
|
2011-10-25 04:42:16 +00:00
|
|
|
QT = core testlib
|
2011-04-27 10:05:43 +00:00
|
|
|
|
|
|
|
cross_compile: DEFINES += QMAKE_CROSS_COMPILED
|
2011-12-14 23:34:50 +00:00
|
|
|
|
|
|
|
TESTDATA += testdata/*
|