2019-09-09 06:08:43 +00:00
|
|
|
# Generated from qmake.pro.
|
|
|
|
|
|
|
|
#####################################################################
|
|
|
|
## tst_qmake Test:
|
|
|
|
#####################################################################
|
|
|
|
|
|
|
|
# Collect test data
|
|
|
|
file(GLOB_RECURSE test_data_glob
|
|
|
|
RELATIVE ${CMAKE_CURRENT_SOURCE_DIR}
|
2019-11-12 12:03:07 +00:00
|
|
|
testdata/*)
|
2019-09-09 06:08:43 +00:00
|
|
|
list(APPEND test_data ${test_data_glob})
|
|
|
|
|
2020-09-22 08:16:58 +00:00
|
|
|
qt_internal_add_test(tst_qmake
|
2019-09-09 06:08:43 +00:00
|
|
|
SOURCES
|
|
|
|
testcompiler.cpp testcompiler.h
|
|
|
|
tst_qmake.cpp
|
|
|
|
TESTDATA ${test_data}
|
|
|
|
)
|
|
|
|
|
|
|
|
## Scopes:
|
|
|
|
#####################################################################
|
|
|
|
|
|
|
|
#### Keys ignored in scope 2:.:.:qmake.pro:WIN32:
|
|
|
|
# testcase.timeout = "900"
|