summaryrefslogtreecommitdiffstats
path: root/qmake/Makefile.unix.win32
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@qt.io>2018-12-14 21:12:11 +0100
committerOswald Buddenhagen <oswald.buddenhagen@gmx.de>2019-01-05 20:33:07 +0000
commitf89ac0101ad4a6cb5339a3bfe132aad897eafc9d (patch)
treee612a65a8b64aecd60ce5e57da1601c3e992f4ea /qmake/Makefile.unix.win32
parentfff59911a353b3fcf74369d8459ac79ce350a54d (diff)
qmake: add $$read_registry() function
Change-Id: I7f9f17e0f44c273e4754d1decc92a8594cad8658 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
Diffstat (limited to 'qmake/Makefile.unix.win32')
-rw-r--r--qmake/Makefile.unix.win322
1 files changed, 1 insertions, 1 deletions
diff --git a/qmake/Makefile.unix.win32 b/qmake/Makefile.unix.win32
index 48efd6f030..faf09ac11e 100644
--- a/qmake/Makefile.unix.win32
+++ b/qmake/Makefile.unix.win32
@@ -18,4 +18,4 @@ QTSRCS = \
$(SOURCE_PATH)/src/corelib/io/qsettings_win.cpp \
$(SOURCE_PATH)/src/corelib/tools/qlocale_win.cpp \
$(SOURCE_PATH)/src/corelib/plugin/qsystemlibrary.cpp \
- $(SOURCE_PATH)/qmake/generators/win32/registry.cpp
+ $(SOURCE_PATH)/qmake/library/registry.cpp