This commit is contained in:
朱子楚\zhuzi
2023-12-18 23:56:28 +08:00
parent 6d2a8cde7a
commit af6e39d8c0
4 changed files with 5 additions and 11 deletions

View File

@ -6,7 +6,6 @@ project(example VERSION 1.0)
set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
#导入exmaple的QML位置不然import example有时候会爆红
set(QML_IMPORT_PATH ${CMAKE_BINARY_DIR}/example CACHE STRING "Qt Creator extra QML import paths" FORCE)