From 661e2ed97710fdfa295d7ff49f10a1e7346797e3 Mon Sep 17 00:00:00 2001 From: Andre Riesco Date: Mon, 23 Oct 2023 16:01:26 -0300 Subject: [PATCH] cppQML: Little fix on CMakeLists.txt Signed-off-by: Andre Riesco --- cppQML/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cppQML/CMakeLists.txt b/cppQML/CMakeLists.txt index 4ebfdf6c9..cb24e4fec 100644 --- a/cppQML/CMakeLists.txt +++ b/cppQML/CMakeLists.txt @@ -10,7 +10,7 @@ qt_add_executable(__change__ WIN32 ) if(CMAKE_BUILD_TYPE STREQUAL "Debug") - target_compile_definitions(qttesting PRIVATE QT_QML_DEBUG) + target_compile_definitions(__change__ PRIVATE QT_QML_DEBUG) endif() set_target_properties(__change__ PROPERTIES @@ -27,7 +27,7 @@ target_link_libraries(__change__ PRIVATE Qt::Quick ) -qt6_add_qml_module(__change__ +qt_add_qml_module(__change__ URI __change__ VERSION 1.0 QML_FILES