summaryrefslogtreecommitdiffstats
path: root/tests/auto/other/macplist
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/other/macplist')
-rw-r--r--tests/auto/other/macplist/app/.prev_CMakeLists.txt2
-rw-r--r--tests/auto/other/macplist/app/CMakeLists.txt2
-rw-r--r--tests/auto/other/macplist/test/CMakeLists.txt2
3 files changed, 3 insertions, 3 deletions
diff --git a/tests/auto/other/macplist/app/.prev_CMakeLists.txt b/tests/auto/other/macplist/app/.prev_CMakeLists.txt
index 0cf205bf55..c3c49ffd84 100644
--- a/tests/auto/other/macplist/app/.prev_CMakeLists.txt
+++ b/tests/auto/other/macplist/app/.prev_CMakeLists.txt
@@ -4,7 +4,7 @@
## app Binary:
#####################################################################
-qt_add_executable(app
+qt_internal_add_executable(app
GUI
SOURCES
main.cpp
diff --git a/tests/auto/other/macplist/app/CMakeLists.txt b/tests/auto/other/macplist/app/CMakeLists.txt
index 65ccfee32b..127d72b1e4 100644
--- a/tests/auto/other/macplist/app/CMakeLists.txt
+++ b/tests/auto/other/macplist/app/CMakeLists.txt
@@ -4,7 +4,7 @@
## app Binary:
#####################################################################
-qt_add_executable(app
+qt_internal_add_executable(app
GUI
OUTPUT_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR} # special case
SOURCES
diff --git a/tests/auto/other/macplist/test/CMakeLists.txt b/tests/auto/other/macplist/test/CMakeLists.txt
index 23faffbdcf..157df5767f 100644
--- a/tests/auto/other/macplist/test/CMakeLists.txt
+++ b/tests/auto/other/macplist/test/CMakeLists.txt
@@ -4,7 +4,7 @@
## tst_macplist Test:
#####################################################################
-qt_add_test(tst_macplist
+qt_internal_add_test(tst_macplist
OUTPUT_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/../"
SOURCES
../tst_macplist.cpp