Skip to content

Commit

Permalink
debug it
Browse files Browse the repository at this point in the history
  • Loading branch information
hebasto committed Sep 22, 2024
1 parent 2994bcb commit a02f87c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,14 @@ set(CMAKE_CXX_EXTENSIONS OFF)

list(APPEND CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/cmake/module)


find_package(Qt6 REQUIRED COMPONENTS Core)
find_package(Qt6 REQUIRED COMPONENTS Gui)
find_package(Qt6 REQUIRED COMPONENTS Widgets)
find_package(Qt6 REQUIRED COMPONENTS Network)
find_package(Qt6 REQUIRED COMPONENTS DBus)


#=============================
# Configurable options
#=============================
Expand Down

0 comments on commit a02f87c

Please sign in to comment.