Skip to content
This repository has been archived by the owner on Dec 4, 2024. It is now read-only.

Commit

Permalink
Merge pull request #65 from technic/master
Browse files Browse the repository at this point in the history
qt_no_debug
  • Loading branch information
ericLemanissier authored Feb 21, 2024
2 parents 74d59c9 + b0e5751 commit a751979
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions recipes/qt/6.x.x/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -1017,6 +1017,8 @@ def _create_plugin(pluginname, libname, plugintype, requires):
]
self.cpp_info.components["qtCore"].set_property("pkg_config_custom_content", "\n".join(pkg_config_vars))

if self.settings.build_type != "Debug":
self.cpp_info.components['qtCore'].defines.append('QT_NO_DEBUG')
if self.settings.os == "Windows":
self.cpp_info.components["qtCore"].system_libs.append("authz")
if is_msvc(self):
Expand Down

0 comments on commit a751979

Please sign in to comment.