forked from qt-creator/qt-creator
Fixes: - Correctly build on Mac
Details: - Somehow CONFIG+=plugin requires a CONFIG+=plugin_with_soname to correctly link on runtime on Mac.
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user