aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qmldevtools/compile
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qmldevtools/compile')
-rw-r--r--tests/auto/qmldevtools/compile/CMakeLists.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/auto/qmldevtools/compile/CMakeLists.txt b/tests/auto/qmldevtools/compile/CMakeLists.txt
index d569135990..6c58dbb63f 100644
--- a/tests/auto/qmldevtools/compile/CMakeLists.txt
+++ b/tests/auto/qmldevtools/compile/CMakeLists.txt
@@ -4,7 +4,7 @@
## tst_compile Binary:
#####################################################################
-qt_add_executable(tst_compile
+qt_internal_add_executable(tst_compile
GUI
SOURCES
tst_compile.cpp
@@ -19,12 +19,12 @@ qt_add_executable(tst_compile
## Scopes:
#####################################################################
-qt_extend_target(tst_compile CONDITION force_bootstrap
+qt_internal_extend_target(tst_compile CONDITION force_bootstrap
PUBLIC_LIBRARIES
Qt::BootstrapPrivate
)
-qt_extend_target(tst_compile CONDITION NOT force_bootstrap
+qt_internal_extend_target(tst_compile CONDITION NOT force_bootstrap
PUBLIC_LIBRARIES
Qt::Core
)