4a212be6f0
For developer builds, there is no need to run the test a second time. Change-Id: I3564874cb2e9d6cc243e25a89ecd7f89df23b0bd Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
11 lines
191 B
Plaintext
11 lines
191 B
Plaintext
|
|
prefix_build {
|
|
CMAKE_TEST_LOCATION = $$_PRO_FILE_PWD_/../cmake
|
|
|
|
CMAKE_PREFIX_PATH = $$[QT_INSTALL_PREFIX]
|
|
|
|
CONFIG += insignificant_test
|
|
|
|
include(ctest_testcase_common.prf)
|
|
}
|