文件名称:qt-cmake-template:使用CMake的基本Qt模板项目
文件大小:4KB
文件格式:ZIP
更新时间:2024-06-10 03:33:35
C++
qt-cmake-template 一个Qt5 / 6 CMake快速入门模板。 设置非常容易。 您需要做的就是将Qt安装添加为环境变量(Windows要求此操作。仅在不使用标准安装位置的情况下,Linux才需要此安装。)并将“主要版本” CMAKE变量更改为“ Qt”主要版本。 For Qt5 create an environment variable called Qt5_HOME that points to your Qt5 installation and change the QT_MAJOR_VERSION to 5 in the CMakeLists.txt file. For Qt6 create an environment variable called Qt6_HOME that points to your Qt6 installation and
【文件预览】:
qt-cmake-template-main
----src()
--------window.cpp(2KB)
--------main.cpp(169B)
----CMakeLists.txt(2KB)
----README.md(817B)
----.gitignore(13B)
----include()
--------window.hpp(375B)