Skip to content

Commit

Permalink
fix(build): chameleon version 1.0
Browse files Browse the repository at this point in the history
qt_add_qml_module VERSION 不支持 4 位版本号, 暂时固定 1.0
  • Loading branch information
kegechen committed Dec 2, 2024
1 parent 9c774f8 commit 64ccb91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chameleon/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ endif()
if(EnableQt6)
qt_add_qml_module(${PLUGIN_NAME}
URI "Chameleon"
VERSION "${PROJECT_VERSION}"
VERSION "1.0"
CLASS_NAME QtQuickControls2ChameleonStylePlugin
PLUGIN_TARGET ${PLUGIN_NAME}
OUTPUT_DIRECTORY
Expand Down

0 comments on commit 64ccb91

Please sign in to comment.