From 194175cce70b238dea014e4e4e1ceb4b95290ec0 Mon Sep 17 00:00:00 2001 From: Daniel Molkentin Date: Tue, 20 Jan 2009 14:58:10 +0100 Subject: 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. --- qtcreator.pro | 20 +++----------------- 1 file changed, 3 insertions(+), 17 deletions(-) (limited to 'qtcreator.pro') 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) -- cgit v1.2.3