Skip to content

Commit

Permalink
Cleanups
Browse files Browse the repository at this point in the history
  • Loading branch information
eikehein committed Dec 22, 2024
1 parent dc4fca8 commit 6fa95db
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
1 change: 0 additions & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
#include <QQmlEngine>
#include <QQmlExtensionPlugin>
#include <QQmlPropertyMap>
#include <QRemoteObjectHost>

#ifdef Q_OS_ANDROID
#include <QColor>
Expand Down
1 change: 0 additions & 1 deletion src/resources.qrc
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,5 @@
<!-- Other assets -->
<file alias="assets/ocean.png">declarative/assets/ocean.png</file>
<file alias="assets/shelf.png">declarative/assets/shelf.png</file>

</qresource>
</RCC>

0 comments on commit 6fa95db

Please sign in to comment.