Skip to content

Commit

Permalink
CMake: link to dbusmenu-lxqt instead of dbusmenu-qt6
Browse files Browse the repository at this point in the history
  • Loading branch information
gfgit committed Feb 22, 2024
1 parent 53182fb commit 32ba0ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugin-statusnotifier/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
set(PLUGIN "statusnotifier")


find_package(dbusmenu-qt6 REQUIRED)
find_package(dbusmenu-lxqt REQUIRED)
find_package(Qt6 ${REQUIRED_QT_VERSION} REQUIRED COMPONENTS Concurrent)

set(HEADERS
Expand Down Expand Up @@ -43,7 +43,7 @@ set_source_files_properties(${DBUS_SOURCES} PROPERTIES SKIP_AUTOGEN ON)
list(APPEND SOURCES "${DBUS_SOURCES}")

set(LIBRARIES
dbusmenu-qt6
dbusmenu-lxqt
Qt6::Concurrent
)

Expand Down

0 comments on commit 32ba0ce

Please sign in to comment.