Skip to content

Commit

Permalink
Remove leftovers from layershell PR
Browse files Browse the repository at this point in the history
  • Loading branch information
marcusbritanicus committed Apr 26, 2024
1 parent f56a40a commit f8bc446
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ endif()
set(LXQTBT_MINIMUM_VERSION "2.0.0")
set(QT_MINIMUM_VERSION "6.3.0")
set(QT_MAJOR_VERSION "6")
set(SHELLQT_MINIMUM_VERSION "6.0.0")

find_package(Qt6Core ${QT_MINIMUM_VERSION} REQUIRED)
find_package(Qt6Gui ${QT_MINIMUM_VERSION} REQUIRED)
Expand All @@ -42,8 +41,6 @@ if (BUILD_TESTS)
find_package(Qt6 ${QT_MINIMUM_VERSION} CONFIG REQUIRED Test)
endif()

find_package(LayerShellQt ${SHELLQT_MINIMUM_VERSION} REQUIRED)

include(LXQtPreventInSourceBuilds)
include(FindPkgConfig)
pkg_check_modules(LIBCANBERRA libcanberra)
Expand Down Expand Up @@ -218,7 +215,6 @@ target_link_libraries(${EXE_NAME}
Qt6::Widgets
Qt6::Network
qtermwidget6
LayerShellQtInterface
util
)
if(QXT_FOUND)
Expand Down

0 comments on commit f8bc446

Please sign in to comment.