Skip to content

Commit 140c7bf

Browse files
committed
Added a diagnostic message if QML is disabled
1 parent 17e0a38 commit 140c7bf

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2366,6 +2366,8 @@ if(QT6)
23662366
)
23672367
if(QML)
23682368
add_compile_definitions(MIXXX_USE_QML)
2369+
else()
2370+
message(STATUS "Building without QML")
23692371
endif()
23702372

23712373
# qt_add_executable() is the recommended initial call for qt_finalize_target()

0 commit comments

Comments
 (0)