aboutsummaryrefslogtreecommitdiffstats
path: root/qtcreator.pro
diff options
context:
space:
mode:
authorDaniel Molkentin <daniel.molkentin@nokia.com>2009-01-19 11:01:45 +0100
committerDaniel Molkentin <daniel.molkentin@nokia.com>2009-01-21 08:52:19 +0100
commita534a1e4d76138b3751d75a2c0fdf33f48d26e2a (patch)
treeecf19962e2b90fee7461b87dcd987074b8e766f4 /qtcreator.pro
parent0f20a20b4c5ed73f4449adb542b2a4a059b08de7 (diff)
More work toward make install on Linux.
Diffstat (limited to 'qtcreator.pro')
-rw-r--r--qtcreator.pro16
1 files changed, 16 insertions, 0 deletions
diff --git a/qtcreator.pro b/qtcreator.pro
index bde9c816c7..faaa070988 100644
--- a/qtcreator.pro
+++ b/qtcreator.pro
@@ -6,6 +6,22 @@ count(TOO_OLD_LIST, 1) {
}
+linux-* {
+ isEmpty( LOCATION ) {
+ LOCATION = /usr/share
+ }
+ documentation.files += doc/qtcreator.qch
+ documentation.path = $$LOCATION/share/qtcreator/doc/qtcreator
+
+ share.files += share/qtcreator/*
+ share.parth = $$LOCATION/share/qtcreator
+
+
+ INSTALLS += \
+ documentation \
+ share
+}
+
TEMPLATE = subdirs
CONFIG += ordered