Skip to content

Commit

Permalink
ci: fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
Serein207 committed Aug 1, 2024
1 parent 353620c commit ef04ce0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ endif()

find_package(Qt6 6.5 REQUIRED COMPONENTS Quick Multimedia)

add_subdirectory(libs/FluentUI)
add_subdirectory(libs/mbedtls)

qt_standard_project_setup(REQUIRES 6.5)
Expand All @@ -31,6 +30,8 @@ if (CMAKE_BUILD_TYPE STREQUAL "Debug" AND LINUX)
set(FLUENTUI_QML_PLUGIN_DIRECTORY /usr/lib/qt6/qml/FluentUI)
endif()

add_subdirectory(libs/FluentUI)

file(GLOB_RECURSE SOURCE_FILES
${CMAKE_SOURCE_DIR}/src/*.cpp
${CMAKE_SOURCE_DIR}/src/*.h
Expand Down

0 comments on commit ef04ce0

Please sign in to comment.