summaryrefslogtreecommitdiffstats
path: root/tests/auto/testlib/selftests/datatable
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/testlib/selftests/datatable')
-rw-r--r--tests/auto/testlib/selftests/datatable/.prev_CMakeLists.txt2
-rw-r--r--tests/auto/testlib/selftests/datatable/CMakeLists.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/testlib/selftests/datatable/.prev_CMakeLists.txt b/tests/auto/testlib/selftests/datatable/.prev_CMakeLists.txt
index fbe3bfca40..c7e2532c47 100644
--- a/tests/auto/testlib/selftests/datatable/.prev_CMakeLists.txt
+++ b/tests/auto/testlib/selftests/datatable/.prev_CMakeLists.txt
@@ -4,7 +4,7 @@
## datatable Binary:
#####################################################################
-add_qt_executable(datatable
+qt_add_executable(datatable
SOURCES
tst_datatable.cpp
PUBLIC_LIBRARIES
diff --git a/tests/auto/testlib/selftests/datatable/CMakeLists.txt b/tests/auto/testlib/selftests/datatable/CMakeLists.txt
index f99dee1644..8d7abc7fbf 100644
--- a/tests/auto/testlib/selftests/datatable/CMakeLists.txt
+++ b/tests/auto/testlib/selftests/datatable/CMakeLists.txt
@@ -4,7 +4,7 @@
## datatable Binary:
#####################################################################
-add_qt_executable(datatable
+qt_add_executable(datatable
NO_INSTALL # special case
OUTPUT_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR} # special case
SOURCES