diff options
author | Rachel Powers <508861+Ryex@users.noreply.github.com> | 2023-02-08 00:35:03 -0800 |
---|---|---|
committer | Rachel Powers <508861+Ryex@users.noreply.github.com> | 2023-03-20 14:56:32 -0700 |
commit | 6d160a7b7e31034c7a657f30003562c20f9b9c21 (patch) | |
tree | 5e7b7918892c25fadabc54a87540b9668fc740cd /launcher/CMakeLists.txt | |
parent | 32409a361b797342d625bfc6d0726cc330ced760 (diff) | |
download | PrismLauncher-6d160a7b7e31034c7a657f30003562c20f9b9c21.tar.gz PrismLauncher-6d160a7b7e31034c7a657f30003562c20f9b9c21.tar.bz2 PrismLauncher-6d160a7b7e31034c7a657f30003562c20f9b9c21.zip |
feat: successful process elevation and comunication!
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
Diffstat (limited to 'launcher/CMakeLists.txt')
-rw-r--r-- | launcher/CMakeLists.txt | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/launcher/CMakeLists.txt b/launcher/CMakeLists.txt index 18d4ce0b..dd62893c 100644 --- a/launcher/CMakeLists.txt +++ b/launcher/CMakeLists.txt @@ -562,6 +562,13 @@ set(ATLAUNCHER_SOURCES set(LINKEXE_SOURCES filelink/FileLink.h filelink/FileLink.cpp + FileSystem.h + FileSystem.cpp + Exception.h + StringUtils.h + StringUtils.cpp + DesktopServices.h + DesktopServices.cpp ) ######## Logging categories ######## @@ -1126,8 +1133,6 @@ if(WIN32) Qt${QT_VERSION_MAJOR}::Xml Qt${QT_VERSION_MAJOR}::Network Qt${QT_VERSION_MAJOR}::Concurrent - Qt${QT_VERSION_MAJOR}::Gui - Qt${QT_VERSION_MAJOR}::Widgets ${Launcher_QT_LIBS} ) |