aboutsummaryrefslogtreecommitdiffstats
path: root/src/qtcreatorplugin.pri
diff options
context:
space:
mode:
authorNicolas Arnaud-Cormos <nicolas@kdab.com>2011-12-30 21:16:12 +0100
committerhjk <qthjk@ovi.com>2012-01-04 12:37:33 +0100
commit54a491f9a75975b0f0e3ccf1e0ccb278e45e3138 (patch)
treea39196884724028cc72758ce39041429ab85e663 /src/qtcreatorplugin.pri
parentdcd8bb2181db616ee4b85d157e05f855da7c9616 (diff)
Fix local data path on Linux.
Change-Id: I1996e1035448a8f7ff7d29d1c57973c85fd52344 Reviewed-by: hjk <qthjk@ovi.com>
Diffstat (limited to 'src/qtcreatorplugin.pri')
-rw-r--r--src/qtcreatorplugin.pri2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qtcreatorplugin.pri b/src/qtcreatorplugin.pri
index 997dd56624..a3b7a27a3f 100644
--- a/src/qtcreatorplugin.pri
+++ b/src/qtcreatorplugin.pri
@@ -20,7 +20,7 @@ isEmpty(USE_USER_DESTDIR) {
} else:unix {
DESTDIRAPPNAME = "qtcreator"
DESTDIRBASE = "$$(XDG_DATA_HOME)"
- isEmpty(DESTDIRBASE):DESTDIRBASE = "$$(HOME)/.local/share"
+ isEmpty(DESTDIRBASE):DESTDIRBASE = "$$(HOME)/.local/share/data"
}
DESTDIR = "$$DESTDIRBASE/Nokia/$$DESTDIRAPPNAME/plugins/$$QTCREATOR_VERSION/$$PROVIDER"
}