aboutsummaryrefslogtreecommitdiff
path: root/launcher/CMakeLists.txt
diff options
context:
space:
mode:
authorRachel Powers <508861+Ryex@users.noreply.github.com>2023-04-03 18:09:01 -0700
committerRachel Powers <508861+Ryex@users.noreply.github.com>2023-04-03 18:09:01 -0700
commit41c5e523b294501ca96f0c283fe8e837f01e13a3 (patch)
tree9d9c32f87d4fa98e99f23f24d013f96440d1c098 /launcher/CMakeLists.txt
parent197be9cfd0299edba57fe6fe1d7a7841ed0bb771 (diff)
downloadPrismLauncher-41c5e523b294501ca96f0c283fe8e837f01e13a3.tar.gz
PrismLauncher-41c5e523b294501ca96f0c283fe8e837f01e13a3.tar.bz2
PrismLauncher-41c5e523b294501ca96f0c283fe8e837f01e13a3.zip
fix: add back QT::Widgets link
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
Diffstat (limited to 'launcher/CMakeLists.txt')
-rw-r--r--launcher/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/launcher/CMakeLists.txt b/launcher/CMakeLists.txt
index 03d3fcbf..71e54c85 100644
--- a/launcher/CMakeLists.txt
+++ b/launcher/CMakeLists.txt
@@ -1125,7 +1125,7 @@ if(WIN32)
target_link_libraries(filelink_logic
# systeminfo
BuildConfig
- # Qt${QT_VERSION_MAJOR}::Widgets
+ Qt${QT_VERSION_MAJOR}::Widgets
ghcFilesystem::ghc_filesystem
)
target_link_libraries(filelink_logic
@@ -1133,7 +1133,7 @@ if(WIN32)
# Qt${QT_VERSION_MAJOR}::Xml
# Qt${QT_VERSION_MAJOR}::Network
# Qt${QT_VERSION_MAJOR}::Concurrent
- # ${Launcher_QT_LIBS}
+ ${Launcher_QT_LIBS}
)
add_executable("${Launcher_Name}_filelink" WIN32 filelink/main.cpp)