update .gitignore

This commit is contained in:
朱子楚\zhuzi
2023-06-20 19:02:18 +08:00
parent 98d73eb6cb
commit adc3558e02
20 changed files with 3 additions and 2 deletions

View File

@ -20,7 +20,7 @@ endif()
file(TO_CMAKE_PATH "/" PATH_SEPARATOR)
#设置版本号
add_definitions(-DVERSION=1,3,6)
add_definitions(-DVERSION=1,3,6,0)
find_package(Qt6 REQUIRED COMPONENTS Quick)
qt_standard_project_setup()

View File

@ -58,6 +58,7 @@ FluScrollablePage{
width: 100
height: 100
anchors.centerIn: parent
}
}'
}