mirror of
https://github.com/crystalidea/qt6windows7.git
synced 2024-11-23 03:59:59 +08:00
10 lines
256 B
Plaintext
10 lines
256 B
Plaintext
|
|
CMAKE_TEST_LOCATION = $$_PRO_FILE_PWD_
|
|
|
|
for(d, $$list($$split($$list($$[QMAKE_MKSPECS]), $$DIRLIST_SEPARATOR))) {
|
|
CMAKE_PREFIX_PATH *= $$clean_path($$dirname(d))
|
|
}
|
|
CMAKE_PREFIX_PATH=\"$$join(CMAKE_PREFIX_PATH, ;)\"
|
|
|
|
include(ctest_testcase_common.prf)
|