diff options
author | Sefa Eyeoglu <contact@scrumplex.net> | 2022-06-12 12:22:48 +0200 |
---|---|---|
committer | Sefa Eyeoglu <contact@scrumplex.net> | 2022-06-12 13:39:47 +0200 |
commit | 2ff0aa09e35eb6910ef0a030ea41f84a1ed95782 (patch) | |
tree | e9e552ffe08c3655e91a1cf283fa35f4f0965f25 /launcher/Application.h | |
parent | 32217a774f9902d3d523e7b7985bbe22060d0451 (diff) | |
download | PrismLauncher-2ff0aa09e35eb6910ef0a030ea41f84a1ed95782.tar.gz PrismLauncher-2ff0aa09e35eb6910ef0a030ea41f84a1ed95782.tar.bz2 PrismLauncher-2ff0aa09e35eb6910ef0a030ea41f84a1ed95782.zip |
fix: remove updater if it is not used
Diffstat (limited to 'launcher/Application.h')
-rw-r--r-- | launcher/Application.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/launcher/Application.h b/launcher/Application.h index e08e354a..09007160 100644 --- a/launcher/Application.h +++ b/launcher/Application.h @@ -42,7 +42,10 @@ #include <QIcon> #include <QDateTime> #include <QUrl> + +#ifdef LAUNCHER_WITH_UPDATER #include <updater/GoUpdate.h> +#endif #include <BaseInstance.h> |