From 1c31f0f55487235e4befcb787c29c5652810b7b1 Mon Sep 17 00:00:00 2001 From: Joerg Bornemann Date: Thu, 28 May 2020 15:11:36 +0200 Subject: 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 --- qmake/qmake.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qmake') 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 -- cgit v1.2.3