Remove systeminfo; move getSystemRam into SysInfo.h (#4323)

This commit is contained in:
Alexandru Ionut Tripon 2026-01-31 20:24:40 +02:00 committed by GitHub
commit fda9e74972
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
22 changed files with 117 additions and 584 deletions

View file

@ -1336,7 +1336,6 @@ if(${Launcher_USE_PCH})
endif()
target_link_libraries(Launcher_logic
systeminfo
Launcher_murmur2
nbt++
${ZLIB_LIBRARIES}
@ -1459,7 +1458,6 @@ if(Launcher_BUILD_UPDATER)
target_link_libraries(prism_updater_logic
${ZLIB_LIBRARIES}
systeminfo
BuildConfig
Qt${QT_VERSION_MAJOR}::Widgets
Qt${QT_VERSION_MAJOR}::Core
@ -1516,7 +1514,6 @@ if(WIN32 OR (DEFINED Launcher_BUILD_FILELINKER AND Launcher_BUILD_FILELINKER))
endif()
target_link_libraries(filelink_logic
systeminfo
BuildConfig
Qt${QT_VERSION_MAJOR}::Widgets
Qt${QT_VERSION_MAJOR}::Core