aboutsummaryrefslogtreecommitdiff
path: root/launcher/CMakeLists.txt
diff options
context:
space:
mode:
authorRyan Cao <70191398+ryanccn@users.noreply.github.com>2022-11-21 23:19:50 +0800
committerRyan Cao <70191398+ryanccn@users.noreply.github.com>2022-11-21 23:19:50 +0800
commitf916ce875266ea2070c10f80ded35b66d315418c (patch)
tree5aa0caaac52847222a23482ff5fba7b41fca0f26 /launcher/CMakeLists.txt
parent7096f02b88e982df6c770113146a07874a1e9d0f (diff)
parent5cc91965d09070437af8c17113c5740401b127dd (diff)
downloadPrismLauncher-f916ce875266ea2070c10f80ded35b66d315418c.tar.gz
PrismLauncher-f916ce875266ea2070c10f80ded35b66d315418c.tar.bz2
PrismLauncher-f916ce875266ea2070c10f80ded35b66d315418c.zip
Merge branch 'develop' of https://github.com/PrismLauncher/PrismLauncher into import-resource-pack-dialog-uwu
Diffstat (limited to 'launcher/CMakeLists.txt')
-rw-r--r--launcher/CMakeLists.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/launcher/CMakeLists.txt b/launcher/CMakeLists.txt
index 58d5d964..3eb765dc 100644
--- a/launcher/CMakeLists.txt
+++ b/launcher/CMakeLists.txt
@@ -97,6 +97,7 @@ set(PATHMATCHER_SOURCES
pathmatcher/IPathMatcher.h
pathmatcher/MultiMatcher.h
pathmatcher/RegexpMatcher.h
+ pathmatcher/SimplePrefixMatcher.h
)
set(NET_SOURCES
@@ -575,6 +576,8 @@ SET(LAUNCHER_SOURCES
# Application base
Application.h
Application.cpp
+ DataMigrationTask.h
+ DataMigrationTask.cpp
UpdateController.cpp
UpdateController.h
ApplicationMessage.h
@@ -598,6 +601,8 @@ SET(LAUNCHER_SOURCES
resources/pe_light/pe_light.qrc
resources/pe_colored/pe_colored.qrc
resources/pe_blue/pe_blue.qrc
+ resources/breeze_dark/breeze_dark.qrc
+ resources/breeze_light/breeze_light.qrc
resources/OSX/OSX.qrc
resources/iOS/iOS.qrc
resources/flat/flat.qrc
@@ -960,6 +965,8 @@ qt_add_resources(LAUNCHER_RESOURCES
resources/pe_light/pe_light.qrc
resources/pe_colored/pe_colored.qrc
resources/pe_blue/pe_blue.qrc
+ resources/breeze_dark/breeze_dark.qrc
+ resources/breeze_light/breeze_light.qrc
resources/OSX/OSX.qrc
resources/iOS/iOS.qrc
resources/flat/flat.qrc