aboutsummaryrefslogtreecommitdiffstats
path: root/src/qtcreatorplugin.pri
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@theqtcompany.com>2015-09-04 13:11:54 +0200
committerEike Ziller <eike.ziller@qt.io>2016-04-22 06:46:11 +0000
commit89c2b2cd327a1f929924265622c80e22719998d4 (patch)
treef82627aa19cda9735b6e692e938de3f00e82fb0b /src/qtcreatorplugin.pri
parent03acd1fbf3748d02ac0f640053df6c8df964db7f (diff)
Support make install also on OS X
It can be helpful, is not much effort, and parts did not restrict the install target to non-OS X already. Change-Id: I3501f37f089e981cf3f72d9250c9b9161d1565d6 Reviewed-by: Jake Petroules <jake.petroules@qt.io>
Diffstat (limited to 'src/qtcreatorplugin.pri')
-rw-r--r--src/qtcreatorplugin.pri6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/qtcreatorplugin.pri b/src/qtcreatorplugin.pri
index e30cdaae18..6b433fea23 100644
--- a/src/qtcreatorplugin.pri
+++ b/src/qtcreatorplugin.pri
@@ -93,10 +93,8 @@ TEMPLATE = lib
CONFIG += plugin plugin_with_soname
linux*:QMAKE_LFLAGS += $$QMAKE_LFLAGS_NOUNDEF
-!macx {
- target.path = $$INSTALL_PLUGIN_PATH
- INSTALLS += target
-}
+target.path = $$INSTALL_PLUGIN_PATH
+INSTALLS += target
MIMETYPES = $$_PRO_FILE_PWD_/$${TARGET}.mimetypes.xml
exists($$MIMETYPES):DISTFILES += $$MIMETYPES