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
.