summaryrefslogtreecommitdiffstats
path: root/tools/assistant
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>2010-07-12 20:18:37 +0200
committerOswald Buddenhagen <oswald.buddenhagen@nokia.com>2010-07-12 21:12:05 +0200
commitca1276ebca0f8fa47116994b97153899116c8b57 (patch)
treec0bb2f335943b7d2b41694a569e23bedbdb6418b /tools/assistant
parent1e9348f52f06feb355245a9fffd786562e76e15f (diff)
make projects lupdate-friendly
lupdate currently doesn't parse .qmake.cache, so it lacks QT_SOURCE_TREE. so use relative paths in include statements and (the relevant) include paths instead.
Diffstat (limited to 'tools/assistant')
-rw-r--r--tools/assistant/tools/assistant/assistant.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/assistant/tools/assistant/assistant.pro b/tools/assistant/tools/assistant/assistant.pro
index eb8cc51d90..d9aff7a4da 100644
--- a/tools/assistant/tools/assistant/assistant.pro
+++ b/tools/assistant/tools/assistant/assistant.pro
@@ -1,4 +1,4 @@
-include($$QT_SOURCE_TREE/tools/shared/fontpanel/fontpanel.pri)
+include(../../../shared/fontpanel/fontpanel.pri)
TEMPLATE = app
LANGUAGE = C++
TARGET = assistant