aboutsummaryrefslogtreecommitdiffstats
path: root/src/qtcreatorplugin.pri
diff options
context:
space:
mode:
authorMarcel Krems <m.krems@software-vision.eu>2012-11-28 19:54:34 +0100
committerEike Ziller <eike.ziller@digia.com>2012-11-29 10:45:58 +0100
commit297afe3b01462e8fcb462879d23a9b82e9db372f (patch)
treea9b079ee7bcee951c0bc92b96c07a6ae8d05b1d6 /src/qtcreatorplugin.pri
parent50c3e774bb4d2e790fb44250d6a6a853d9516858 (diff)
Copy plugins to correct user directory under Unix.
Change-Id: I587154926a5e4bce62984445d7a00547c0b51673 Reviewed-by: Eike Ziller <eike.ziller@digia.com>
Diffstat (limited to 'src/qtcreatorplugin.pri')
-rw-r--r--src/qtcreatorplugin.pri1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/qtcreatorplugin.pri b/src/qtcreatorplugin.pri
index c760433b5a..8d605582dc 100644
--- a/src/qtcreatorplugin.pri
+++ b/src/qtcreatorplugin.pri
@@ -23,6 +23,7 @@ isEmpty(USE_USER_DESTDIR) {
DESTDIRAPPNAME = "qtcreator"
DESTDIRBASE = "$$(XDG_DATA_HOME)"
isEmpty(DESTDIRBASE):DESTDIRBASE = "$$(HOME)/.local/share/data"
+ else:DESTDIRBASE = "$$DESTDIRBASE/data"
}
DESTDIR = "$$DESTDIRBASE/QtProject/$$DESTDIRAPPNAME/plugins/$$QTCREATOR_VERSION/$$PROVIDER"
}