Skip to content
Snippets Groups Projects
Commit 61c11b0e authored by con's avatar con
Browse files

Fixes: - Correctly build on Mac

Details:  - Somehow CONFIG+=plugin requires a CONFIG+=plugin_with_soname
to correctly link on runtime on Mac.
parent ecef605d
No related branches found
No related tags found
No related merge requests found
......@@ -51,7 +51,7 @@ macx {
contains(QT_CONFIG, reduce_exports):CONFIG += hide_symbols
CONFIG += plugin
CONFIG += plugin plugin_with_soname
linux-* {
target.path = /lib/qtcreator/plugins/$$PROVIDER
......
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