aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorSefa Eyeoglu <contact@scrumplex.net>2022-12-27 17:23:44 +0100
committerSefa Eyeoglu <contact@scrumplex.net>2022-12-27 17:34:21 +0100
commitf33f596584bf88df36175516764d5d7977d98b98 (patch)
treeced52b9312474076c83bf3d546f3d3862a501f95 /CMakeLists.txt
parentc8d8046412467d10abd439bf2066b2304122d7c6 (diff)
downloadPrismLauncher-f33f596584bf88df36175516764d5d7977d98b98.tar.gz
PrismLauncher-f33f596584bf88df36175516764d5d7977d98b98.tar.bz2
PrismLauncher-f33f596584bf88df36175516764d5d7977d98b98.zip
refactor: use ECM logging categories instead
Co-authored-by: flow <flowlnlnln@gmail.com> Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index de9b6fe1..c7ba9e9f 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -268,6 +268,8 @@ if(NOT Launcher_FORCE_BUNDLED_LIBS)
find_package(ghc_filesystem QUIET)
endif()
+include(ECMQtDeclareLoggingCategory)
+
####################################### Program Info #######################################
set(Launcher_APP_BINARY_NAME "prismlauncher" CACHE STRING "Name of the Launcher binary")