diff options
author | Rachel Powers <508861+Ryex@users.noreply.github.com> | 2023-04-29 18:05:48 -0700 |
---|---|---|
committer | Rachel Powers <508861+Ryex@users.noreply.github.com> | 2023-04-29 19:55:24 -0700 |
commit | 788fa40c2ae0e9786c070f4593a4e7ff6efc77d3 (patch) | |
tree | 3eb86f6640005a4e4a54d7623518f0f9a8a181bf /launcher/CMakeLists.txt | |
parent | 0ce30495796627e7591587ca1e977be98178f225 (diff) | |
download | PrismLauncher-788fa40c2ae0e9786c070f4593a4e7ff6efc77d3.tar.gz PrismLauncher-788fa40c2ae0e9786c070f4593a4e7ff6efc77d3.tar.bz2 PrismLauncher-788fa40c2ae0e9786c070f4593a4e7ff6efc77d3.zip |
refactor: Move ini to use QSettings && drop get/setList functions
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
Diffstat (limited to 'launcher/CMakeLists.txt')
-rw-r--r-- | launcher/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/launcher/CMakeLists.txt b/launcher/CMakeLists.txt index 4de0f73b..def73b85 100644 --- a/launcher/CMakeLists.txt +++ b/launcher/CMakeLists.txt @@ -26,6 +26,7 @@ set(CORE_SOURCES MMCZip.cpp StringUtils.h StringUtils.cpp + QVariantUtils.h RuntimeContext.h # Basic instance manipulation tasks (derived from InstanceTask) |