We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4767d7 commit e4dc78bCopy full SHA for e4dc78b
src/hyperiond/CMakeLists.txt
@@ -57,6 +57,9 @@ add_executable(${PROJECT_NAME} WIN32 MACOSX_BUNDLE
57
${MACOS_BUNDLE_RESOURCE_FILES}
58
)
59
60
+# Disable debug output for release builds
61
+target_compile_definitions(${PROJECT_NAME} PRIVATE $<$<CONFIG:Release>:QT_NO_DEBUG_OUTPUT>)
62
+
63
find_package(OpenSSL QUIET)
64
find_package(Qt${QT_VERSION_MAJOR} COMPONENTS DBus QUIET)
65
target_link_libraries(${PROJECT_NAME}
0 commit comments