Skip to content
Snippets Groups Projects
Commit bb3f0d38 authored by Matthias Puchner's avatar Matthias Puchner
Browse files

rectify compile definition

parent 04350d6e
No related branches found
No related tags found
1 merge request!73CMake improvements
Pipeline #36848 failed
......@@ -102,7 +102,7 @@ set(${library_name}_INCLUDE_DIRS ${include_dirs})
set(${library_name}_LIBRARY ${library_name})
# --- switch OFF Qt debug output in any configuration except DEBUG
target_compile_definitions(${library_name} PUBLIC $<$<NOT:$<CONFIG:Debug>>:-DQT_NO_DEBUG_OUTPUT>)
target_compile_definitions(${library_name} PUBLIC $<$<NOT:$<CONFIG:Debug>>:QT_NO_DEBUG_OUTPUT>)
# --- dependencies ---------
target_include_directories(${library_name} PUBLIC
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment