Skip to content

Commit

Permalink
Delete Qt6Compat code need
Browse files Browse the repository at this point in the history
  • Loading branch information
cpina committed Oct 22, 2023
1 parent 113b5a4 commit 2cd0b12
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,10 @@ endif()
# ######### General setup ##########
INCLUDE_DIRECTORIES(${CMAKE_SOURCE_DIR})
find_package(Qt6Network REQUIRED)
find_package(Qt6Core5Compat REQUIRED)
find_package(Qt6Widgets REQUIRED)
find_package(Qt6DBus REQUIRED)

set(QT6_LIBRARIES Qt6::Widgets Qt6::Network Qt6::Xml Qt6::Core5Compat Qt6::DBus)
set(QT6_LIBRARIES Qt6::Widgets Qt6::Network Qt6::Xml Qt6::DBus)

#include_directories(${Qt5Widgets_INCLUDES} ${Qt5Xml_INCLUDES})
#add_definitions(${Qt5Widgets_DEFINITIONS} ${Qt5Xml_DEFINITIONS})
Expand Down

0 comments on commit 2cd0b12

Please sign in to comment.