Skip to content
This repository has been archived by the owner on Dec 19, 2023. It is now read-only.

Commit

Permalink
quick: fix qml import error
Browse files Browse the repository at this point in the history
Fixes: #288
Fixes: #233
  • Loading branch information
wangwenx190 committed Sep 26, 2023
1 parent 8c37fa6 commit 79d5087
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/quick/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -155,9 +155,9 @@ if(QT_VERSION VERSION_GREATER_EQUAL "6.3")
#NO_RESOURCE_TARGET_PATH # Can't be used for non-executable targets.
OUTPUT_TARGETS __qml_targets
IMPORTS
QtQml/auto
QtQuick/auto
QtQuick.Controls.Basic/auto
QtQml
QtQuick
QtQuick.Controls.Basic
)
if(__qml_targets)
list(APPEND __export_targets ${__qml_targets})
Expand Down

0 comments on commit 79d5087

Please sign in to comment.