Skip to content

Commit

Permalink
Merge pull request #11 from Bollos00/preferences
Browse files Browse the repository at this point in the history
Preferences
  • Loading branch information
Bollos00 authored Dec 22, 2020
2 parents dc2cd59 + 78aa332 commit c5a1fa5
Show file tree
Hide file tree
Showing 9 changed files with 403 additions and 116 deletions.
7 changes: 5 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#############################################################################

message(STATUS "Using CMake version ${CMAKE_VERSION}")
cmake_minimum_required(VERSION 3.1...${CMAKE_VERSION})
cmake_minimum_required(VERSION 3.1.0)
project(libremines)

if (NOT CMAKE_BUILD_TYPE OR CMAKE_BUILD_TYPE STREQUAL "")
Expand All @@ -38,12 +38,15 @@ endif()

set(CMAKE_AUTOMOC ON)
set(CMAKE_AUTORCC ON)
#set(CMAKE_AUTOUIC ON)
set(CMAKE_AUTOUIC ON)

add_executable(${PROJECT_NAME}
src/common.cpp
src/common.h
src/main.cpp
src/libreminespreferencesdialog.cpp
src/libreminespreferencesdialog.h
src/libreminespreferencesdialog.ui
src/libreminesgameengine.cpp
src/libreminesgameengine.h
src/libreminesgui.cpp
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
The following dependencies are required for building and running LibreMines:
* [Qt5 Core](https://doc.qt.io/qt-5/qtcore-index.html) >= 5.12
* [Qt5 Widgets](https://doc.qt.io/qt-5/qtwidgets-index.html) >= 5.12
* [CMake](https://cmake.org/)
* [CMake](https://cmake.org/) >= 3.1


On Arch Linux and derivatives systems the dependencies can be installed with pacman:
Expand Down
Loading

0 comments on commit c5a1fa5

Please sign in to comment.