mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-23 19:38:48 +03:00
Disable qml compilation only on Qt6.3 and up
This commit is contained in:
parent
dadaa10b93
commit
f7e5b590b5
1 changed files with 1 additions and 1 deletions
|
@ -739,7 +739,7 @@ qt_target_qml_sources(nheko
|
|||
qml/TimelineView.qml
|
||||
)
|
||||
|
||||
if (NOT COMPILE_QML)
|
||||
if (NOT COMPILE_QML AND Qt6Widgets_VERSION VERSION_GREATER_EQUAL 6.3.0)
|
||||
set_target_properties(nheko PROPERTIES QT_QMLCACHEGEN_ARGUMENTS "--only-bytecode")
|
||||
endif()
|
||||
|
||||
|
|
Loading…
Reference in a new issue