summaryrefslogtreecommitdiffstats
path: root/qmake/qmake.pro
diff options
context:
space:
mode:
authorGareth Stockwell <ext-gareth.stockwell@nokia.com>2010-02-10 13:20:09 (GMT)
committerGareth Stockwell <ext-gareth.stockwell@nokia.com>2010-02-18 16:34:03 (GMT)
commitf641369ceb7b7e2f95b9d0656b34c0517c5b95f7 (patch)
tree7fc21dfb5cce2e71d56484f9a20b23db305a8181 /qmake/qmake.pro
parenta0659d940985e9278a08801c3035a71329671af0 (diff)
downloadQt-f641369ceb7b7e2f95b9d0656b34c0517c5b95f7.zip
Qt-f641369ceb7b7e2f95b9d0656b34c0517c5b95f7.tar.gz
Qt-f641369ceb7b7e2f95b9d0656b34c0517c5b95f7.tar.bz2
Factored readRegistryKey implementation out of qmake
This function is now implemented with its own header and source files, rather than being embedded within the MSVC qmake generator. The motivation for this is to allow code to be shared between qmake and configure, both of which query the registry when built for Windows. Reviewed-by: Miikka Heikkinen
Diffstat (limited to 'qmake/qmake.pro')
-rw-r--r--qmake/qmake.pro4
1 files changed, 4 insertions, 0 deletions
diff --git a/qmake/qmake.pro b/qmake/qmake.pro
index 00dcbce..f3f9d53 100644
--- a/qmake/qmake.pro
+++ b/qmake/qmake.pro
@@ -27,5 +27,9 @@ INCPATH += generators \
$$QT_SOURCE_TREE/include \
$$QT_SOURCE_TREE/include/QtCore \
$$QT_SOURCE_TREE/qmake
+
+VPATH += $$QT_SOURCE_TREE/tools/shared
+INCPATH += $$QT_SOURCE_TREE/tools/shared
+
include(qmake.pri)