aae0a2144d
Otherwise it issues many warnings. Change-Id: I072afc65eed3f2549e5e5894f8d290c792025e4c Reviewed-by: Stephen Kelly <stephen.kelly@kdab.com>
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)
|