diff options
author | TheKodeToad <TheKodeToad@proton.me> | 2023-06-03 13:39:42 +0100 |
---|---|---|
committer | TheKodeToad <TheKodeToad@proton.me> | 2023-06-03 13:39:42 +0100 |
commit | e26827b84922d7d84c3ee83dfed58759b1c0ca15 (patch) | |
tree | 0ef6e3cb4505e3f15519937596896102463cbc23 /launcher/CMakeLists.txt | |
parent | 86974b046ee0b232b07e3a28cbc1e954d88dd40f (diff) | |
download | PrismLauncher-e26827b84922d7d84c3ee83dfed58759b1c0ca15.tar.gz PrismLauncher-e26827b84922d7d84c3ee83dfed58759b1c0ca15.tar.bz2 PrismLauncher-e26827b84922d7d84c3ee83dfed58759b1c0ca15.zip |
Optimised icons
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
Diffstat (limited to 'launcher/CMakeLists.txt')
-rw-r--r-- | launcher/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/launcher/CMakeLists.txt b/launcher/CMakeLists.txt index 82ed0930..ce2771a4 100644 --- a/launcher/CMakeLists.txt +++ b/launcher/CMakeLists.txt @@ -724,6 +724,8 @@ SET(LAUNCHER_SOURCES SkinUtils.h FileIgnoreProxy.cpp FileIgnoreProxy.h + FastFileIconProvider.cpp + FastFileIconProvider.h # GUI - setup wizard ui/setupwizard/SetupWizard.h |