summaryrefslogtreecommitdiffstats
path: root/tests/auto/testlib/selftests/cmptest/.prev_CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/testlib/selftests/cmptest/.prev_CMakeLists.txt')
-rw-r--r--tests/auto/testlib/selftests/cmptest/.prev_CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/testlib/selftests/cmptest/.prev_CMakeLists.txt b/tests/auto/testlib/selftests/cmptest/.prev_CMakeLists.txt
index 417b99571d..abc5f9b023 100644
--- a/tests/auto/testlib/selftests/cmptest/.prev_CMakeLists.txt
+++ b/tests/auto/testlib/selftests/cmptest/.prev_CMakeLists.txt
@@ -4,7 +4,7 @@
## cmptest Binary:
#####################################################################
-add_qt_executable(cmptest
+qt_add_executable(cmptest
SOURCES
tst_cmptest.cpp
PUBLIC_LIBRARIES
@@ -14,7 +14,7 @@ add_qt_executable(cmptest
## Scopes:
#####################################################################
-extend_target(cmptest CONDITION TARGET Qt::Gui
+qt_extend_target(cmptest CONDITION TARGET Qt::Gui
PUBLIC_LIBRARIES
Qt::Gui
)