Skip to content

Commit

Permalink
cppQML: Little fix on CMakeLists.txt
Browse files Browse the repository at this point in the history
Signed-off-by: Andre Riesco <[email protected]>
  • Loading branch information
andreriesco committed Oct 23, 2023
1 parent d8ed3d1 commit 1e8f509
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cppQML/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1e8f509

Please sign in to comment.