diff options
author | Daniel Molkentin <daniel.molkentin@nokia.com> | 2009-01-19 11:01:45 +0100 |
---|---|---|
committer | Daniel Molkentin <daniel.molkentin@nokia.com> | 2009-01-21 08:52:19 +0100 |
commit | a534a1e4d76138b3751d75a2c0fdf33f48d26e2a (patch) | |
tree | ecf19962e2b90fee7461b87dcd987074b8e766f4 /qtcreator.pro | |
parent | 0f20a20b4c5ed73f4449adb542b2a4a059b08de7 (diff) | |
download | qt-creator-a534a1e4d76138b3751d75a2c0fdf33f48d26e2a.tar.gz |
More work toward make install on Linux.
Diffstat (limited to 'qtcreator.pro')
-rw-r--r-- | qtcreator.pro | 16 |
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 |