diff options
author | Oswald Buddenhagen <oswald.buddenhagen@nokia.com> | 2010-07-12 18:18:37 (GMT) |
---|---|---|
committer | Oswald Buddenhagen <oswald.buddenhagen@nokia.com> | 2010-07-12 19:12:05 (GMT) |
commit | ca1276ebca0f8fa47116994b97153899116c8b57 (patch) | |
tree | c0bb2f335943b7d2b41694a569e23bedbdb6418b /tools/assistant | |
parent | 1e9348f52f06feb355245a9fffd786562e76e15f (diff) | |
download | Qt-ca1276ebca0f8fa47116994b97153899116c8b57.zip Qt-ca1276ebca0f8fa47116994b97153899116c8b57.tar.gz Qt-ca1276ebca0f8fa47116994b97153899116c8b57.tar.bz2 |
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.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/assistant/tools/assistant/assistant.pro b/tools/assistant/tools/assistant/assistant.pro index eb8cc51..d9aff7a 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 |