Skip to content

Commit

Permalink
Remove KWindowSystem as direct dependency
Browse files Browse the repository at this point in the history
KWindowSystem isn't an source code dependency.
liblxqt brings KWindowSystem in as an INTERFACE_LINK dependency.
  • Loading branch information
luis-pereira committed Jun 3, 2023
1 parent 825b8cc commit a6a4548
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,11 @@ option(UPDATE_TRANSLATIONS "Update source translation translations/*.ts files" O
set(LIB_INSTALL_DIR "lib${LIB_SUFFIX}" CACHE PATH "Installation path for libraries")

# Minimum Versions
set(KF5_MINIMUM_VERSION "5.36.0")
set(LXQT_MINIMUM_VERSION "1.3.0")
set(QT_MINIMUM_VERSION "5.15.0")

find_package(Qt5Widgets ${QT_MINIMUM_VERSION} REQUIRED)
find_package(lxqt ${LXQT_MINIMUM_VERSION} REQUIRED)
find_package(KF5WindowSystem ${KF5_MINIMUM_VERSION} REQUIRED)
find_package(PolkitQt5-1 REQUIRED)

# Patch Version
Expand Down
1 change: 0 additions & 1 deletion lxqt-admin-time/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ add_executable(lxqt-admin-time
)

target_link_libraries(lxqt-admin-time
KF5::WindowSystem
Qt5::Widgets
Qt5::DBus
lxqt
Expand Down
1 change: 0 additions & 1 deletion lxqt-admin-user/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ add_executable(lxqt-admin-user
)

target_link_libraries(lxqt-admin-user
KF5::WindowSystem
Qt5::Widgets
lxqt
)
Expand Down

0 comments on commit a6a4548

Please sign in to comment.