This is the First Project @Zenossss and I make with Qt and C++ while learning them. There are many mistakes and shortages. But don't care about it, it is just for fun… and the C++ experiment.
Qt 6.2
Visual Studio 2019
Before compiling this project, make sure you have configured the environment.
-
if you use
Qt Creater
, you can clone this repository, openCMakeLists.txt
and compile. -
You can also use command line to compile this project, but make sure you have add Qt to Path.
git clone https://github.com/sperjar/MineSweeper.git cd MineSweeper mkdir build cd build cmake .. make
PS: If you want to enable qDebug
output, please comment out this line add_definitions(-DQT_NO_WARNING_OUTPUT -DQT_NO_DEBUG_OUTPUT)
in CMakeLists.txt
.
- https://blog.csdn.net/livingsu/article/details/104774193
- https://blog.csdn.net/u012234115/article/details/51858544
- http://c.biancheng.net/qt/
- https://www.devbean.net/2012/08/qt-study-road-2-catelog/
- xiaoxi666/mines_sweeper: 开源项目:扫雷(Qt开发) (github.com)
- livingsu/Qt-minesweeper (github.com)