From 61c11b0edf1bdbfbb2f54d9f7a7b866c6acddb89 Mon Sep 17 00:00:00 2001 From: con <qtc-committer@nokia.com> Date: Mon, 26 Jan 2009 17:54:22 +0100 Subject: [PATCH] Fixes: - Correctly build on Mac Details: - Somehow CONFIG+=plugin requires a CONFIG+=plugin_with_soname to correctly link on runtime on Mac. --- src/qworkbenchplugin.pri | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/qworkbenchplugin.pri b/src/qworkbenchplugin.pri index 25e02ae4747..bdf17469aa8 100644 --- a/src/qworkbenchplugin.pri +++ b/src/qworkbenchplugin.pri @@ -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 -- GitLab