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:
con
2009-01-26 17:54:22 +01:00
parent ecef605d15
commit 61c11b0edf

View File

@@ -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