summaryrefslogtreecommitdiffstats
path: root/qmake
diff options
context:
space:
mode:
authorJason Barron <jbarron@trolltech.com>2009-07-27 15:34:35 +0200
committerJason Barron <jbarron@trolltech.com>2009-07-27 15:34:35 +0200
commit38d668cb3026e4e3e253c8b0fbd075c52e251e90 (patch)
tree2fb76bb3e176f9e6c098af10a21fc4405926c15a /qmake
parentf066d03865743d0e854202bec7e9b13523625fa6 (diff)
Fix qmake.pro so it can build qmake.
qmake now uses a few of the files from the 'codecs' directory so add that directory to the VPATH directory such that building qmake using this .pro file is possible. Reviewed-by: TrustMe
Diffstat (limited to 'qmake')
-rw-r--r--qmake/qmake.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/qmake/qmake.pro b/qmake/qmake.pro
index 38c58fbe7..574006185 100644
--- a/qmake/qmake.pro
+++ b/qmake/qmake.pro
@@ -15,6 +15,7 @@ MOC_DIR = .
VPATH += $$QT_SOURCE_TREE/src/corelib/global \
$$QT_SOURCE_TREE/src/corelib/tools \
$$QT_SOURCE_TREE/src/corelib/kernel \
+ $$QT_SOURCE_TREE/src/corelib/codecs \
$$QT_SOURCE_TREE/src/corelib/plugin \
$$QT_SOURCE_TREE/src/corelib/io \
$$QT_SOURCE_TREE/src/script