Skip to content

Commit

Permalink
build(cmake): add Qt-private dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
aa-bamboo committed Apr 27, 2022
1 parent f7519a0 commit e4325be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion config/Dependencies.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ endif()

message(STATUS "Compile with Qt version: ${QT_VERSION}")

find_package(QT NAMES Qt6 COMPONENTS Core Gui REQUIRED)
find_package(QT NAMES Qt6 COMPONENTS Core Gui BuildInternals REQUIRED)
find_package(Qt6 COMPONENTS Quick QuickTest REQUIRED)
find_package(Qt6 COMPONENTS Test REQUIRED)
find_package(Qt6 COMPONENTS ShaderTools REQUIRED)
Expand Down
1 change: 1 addition & 0 deletions src/qml/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ target_link_libraries(${QUICKVLC_QML}
PRIVATE
Qt6::Core
Qt6::Quick
Qt6::QuickPrivate
${QUICKVLC_CORE}
)

Expand Down

0 comments on commit e4325be

Please sign in to comment.