From 297afe3b01462e8fcb462879d23a9b82e9db372f Mon Sep 17 00:00:00 2001 From: Marcel Krems Date: Wed, 28 Nov 2012 19:54:34 +0100 Subject: Copy plugins to correct user directory under Unix. Change-Id: I587154926a5e4bce62984445d7a00547c0b51673 Reviewed-by: Eike Ziller --- src/qtcreatorplugin.pri | 1 + 1 file changed, 1 insertion(+) (limited to 'src/qtcreatorplugin.pri') 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" } -- cgit v1.2.1