Skip to content

Commit

Permalink
fix: add QtQuick to the test target
Browse files Browse the repository at this point in the history
  • Loading branch information
acolombier committed Oct 17, 2024
1 parent 755e3ad commit b920977
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2801,6 +2801,9 @@ if(QML)
# and :/mixxx.org/imports/Mixxx/Controls are placed into beginning of the binary
qt_finalize_target(mixxx)

# Required for src/qml/qmlmixxxcontroller.h, used in controllerscriptenginelegacy_test.cpp
target_link_libraries(mixxx-test PRIVATE Qt6::Quick)

install(
DIRECTORY
"${CMAKE_CURRENT_SOURCE_DIR}/res/qml"
Expand Down

0 comments on commit b920977

Please sign in to comment.