1 Star 0 Fork 2

likehomedream/BlurEffect

forked from MouseZhang/BlurEffect 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
CMakeLists.txt 379 Bytes
一键复制 编辑 原始数据 按行查看 历史
likehomedream 提交于 2024-01-25 17:31 . test
cmake_minimum_required(VERSION 3.16)
project(blur_widget)
set(CMAKE_CXX_STANDARD 17)
set(CMAKE_AUTOMOC ON)
set(CMAKE_AUTORCC ON)
set(CMAKE_AUTOUIC ON)
find_package(Qt5 COMPONENTS
Core
Gui
Widgets
REQUIRED)
add_executable(blur_widget main.cpp res.qrc)
target_link_libraries(blur_widget
Qt5::Core
Qt5::Gui
Qt5::Widgets
)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/likehomedream/BlurEffect.git
[email protected]:likehomedream/BlurEffect.git
likehomedream
BlurEffect
BlurEffect
main

搜索帮助