Skip to content
Snippets Groups Projects
Verified Commit e4d17ddc authored by Nicolas Werner's avatar Nicolas Werner
Browse files

Suppress debug output in cmake build by default

parent 1e7013d6
No related branches found
No related tags found
No related merge requests found
......@@ -51,6 +51,8 @@ target_sources(qtjdenticon PRIVATE
src/jdenticonplugin.cpp
)
target_compile_definitions(qtjdenticon PRIVATE QT_NO_DEBUG_OUTPUT)
target_include_directories(qtjdenticon PRIVATE includes)
# See KdeInstallDirs for the QT_PLUGIN_PATH lookup logic
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment