To build this project, follow these steps:
-
Clone the repository to your local machine.
git clone git@github.com:Homura-momo/TankWar.git
-
Open the
CMakeLists.txtfile located in the project's root directory. -
Modify the following line to set the
CMAKE_PREFIX_PATHvariable to your Qt installation path:set(CMAKE_PREFIX_PATH "path/to/your/Qt/installation")Replace
"path/to/your/Qt/installation"with the actual path to your Qt installation directory. -
Proceed with the build process according to your preferred CMake workflow.