From 6fa95db34a6c211f4aac761634810fbb1bf619e4 Mon Sep 17 00:00:00 2001 From: Eike Hein Date: Sun, 22 Dec 2024 13:15:27 +0100 Subject: [PATCH] Cleanups --- src/CMakeLists.txt | 2 +- src/main.cpp | 1 - src/resources.qrc | 1 - 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 5c4a378..5618070 100755 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -149,7 +149,7 @@ if(ANDROID) ecm_add_android_apk(hyelicht ANDROID_DIR ${CMAKE_SOURCE_DIR}/data/android) endif() -install(TARGETS hyelicht ${KF5_INSTALL_TARGETS_DEFAULT_ARGS}) +install(TARGETS hyelicht ${KF6_INSTALL_TARGETS_DEFAULT_ARGS}) # Optional `hyelichtctl` CLI frontend. diff --git a/src/main.cpp b/src/main.cpp index 4cec07f..d998ef4 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -26,7 +26,6 @@ #include #include #include -#include #ifdef Q_OS_ANDROID #include diff --git a/src/resources.qrc b/src/resources.qrc index 575d9e7..9229902 100755 --- a/src/resources.qrc +++ b/src/resources.qrc @@ -16,6 +16,5 @@ declarative/assets/ocean.png declarative/assets/shelf.png -