aboutsummaryrefslogtreecommitdiffstats
path: root/qtcreator.pro
diff options
context:
space:
mode:
authorDaniel Molkentin <daniel.molkentin@nokia.com>2009-01-20 14:58:10 +0100
committerDaniel Molkentin <daniel.molkentin@nokia.com>2009-01-21 08:52:19 +0100
commit194175cce70b238dea014e4e4e1ceb4b95290ec0 (patch)
tree8f15bce9b9dcfcf50d66f57d8ea523f4746062ea /qtcreator.pro
parenta534a1e4d76138b3751d75a2c0fdf33f48d26e2a (diff)
Fixes: make install workd
Details: Make install works now, we just have to agree on layout details and check for mac compatibility. Also, plugins will carry no version in their filename anymore starting with this commit. Versioning happens in the creators pluginloader using the pluginspec file.
Diffstat (limited to 'qtcreator.pro')
-rw-r--r--qtcreator.pro20
1 files changed, 3 insertions, 17 deletions
diff --git a/qtcreator.pro b/qtcreator.pro
index faaa070988..fe0e0c2795 100644
--- a/qtcreator.pro
+++ b/qtcreator.pro
@@ -5,26 +5,12 @@ count(TOO_OLD_LIST, 1) {
error("Use at least Qt 4.5.")
}
-
-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
-}
+include(doc/doc.pri)
+include(share/share.pri)
TEMPLATE = subdirs
CONFIG += ordered
SUBDIRS = src
-include(doc/doc.pri)
+message($$INSTALLS)