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>
This commit is contained in:
parent
beaef85b8d
commit
1c31f0f554
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user