diff --git a/example/CMakeLists.txt b/example/CMakeLists.txt index 09a6245..c44ecaf 100644 --- a/example/CMakeLists.txt +++ b/example/CMakeLists.txt @@ -24,8 +24,6 @@ add_definitions(-DVERSION=1,3,2,0) find_package(Qt6 REQUIRED COMPONENTS Quick REQUIRED) -qt_standard_project_setup() - #遍历所有Cpp文件 file(GLOB_RECURSE CPP_FILES *.cpp *.h) foreach(filepath ${CPP_FILES})