summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@qt.io>2020-05-28 15:11:36 +0200
committerJoerg Bornemann <joerg.bornemann@qt.io>2020-05-29 20:44:51 +0200
commit1c31f0f55487235e4befcb787c29c5652810b7b1 (patch)
tree0699fc4df397cb280515bb7ab1a91a052b13a82f
parentbeaef85b8d5cb4b0153f87736c56ef25eeec13d4 (diff)
Fix qmake.pro
The registry.cpp file is in the library subdirectory. This doesn't contribute to the qmake or CMake build, but it removes the need for a special case in qmake/CMakeLists.txt. Change-Id: I66a566f0d1e0b82791822ca55a7de037369536a7 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
-rw-r--r--qmake/qmake.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/qmake/qmake.pro b/qmake/qmake.pro
index 9318790371..81b464688e 100644
--- a/qmake/qmake.pro
+++ b/qmake/qmake.pro
@@ -256,7 +256,7 @@ unix {
qoperatingsystemversion_win.cpp \
qsettings_win.cpp \
qsystemlibrary.cpp \
- registry.cpp
+ library/registry.cpp
LIBS += -lole32 -ladvapi32 -lkernel32 -lnetapi32
mingw: LIBS += -luuid
clang: QMAKE_CXXFLAGS += -fms-compatibility-version=19.00.23506 -Wno-microsoft-enum-value