Skip to content

Commit

Permalink
All compiled locally
Browse files Browse the repository at this point in the history
  • Loading branch information
richelbilderbeek committed Dec 30, 2017
1 parent 0666de4 commit 5feb537
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 30 deletions.
6 changes: 3 additions & 3 deletions GameRubiksClockConsole.pro
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ SOURCES += main.cpp

# C++14
CONFIG += c++14
QMAKE_CXX = g++-5
QMAKE_LINK = g++-5
QMAKE_CC = gcc-5
#QMAKE_CXX = g++-5
#QMAKE_LINK = g++-5
#QMAKE_CC = gcc-5
QMAKE_CXXFLAGS += -std=c++14

# High warning levels
Expand Down
6 changes: 3 additions & 3 deletions GameRubiksClockDesktop.pro
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ SOURCES += qtmain.cpp

# C++14
CONFIG += c++14
QMAKE_CXX = g++-5
QMAKE_LINK = g++-5
QMAKE_CC = gcc-5
#QMAKE_CXX = g++-5
#QMAKE_LINK = g++-5
#QMAKE_CC = gcc-5
QMAKE_CXXFLAGS += -std=c++14

# High warning levels
Expand Down
3 changes: 0 additions & 3 deletions GameRubiksClockWebsite.pro
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,6 @@ SOURCES += wtmain.cpp

# C++14
CONFIG += c++14
QMAKE_CXX = g++-5
QMAKE_LINK = g++-5
QMAKE_CC = gcc-5
QMAKE_CXXFLAGS += -std=c++14

# High warning levels
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ develop|[![Build Status](https://travis-ci.org/richelbilderbeek/RubiksClock.svg?

C++ Rubik's Clock

![Qt menu dialog](Screenshots/QtMenuDialog.png)

![Wt menu dialog](Screenshots/WtMenuDialog.png)

## External links

* [Richel Bilderbeek's games](https://github.com/richelbilderbeek/Games)
Binary file added Screenshots/QtMenuDialog.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Screenshots/WtMenuDialog.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 0 additions & 21 deletions rubiksclockmenudialog.h
Original file line number Diff line number Diff line change
@@ -1,24 +1,3 @@
//---------------------------------------------------------------------------
/*
RubiksClock. Rubik's Clock game.
Copyright (C) 2007-2015 Richel Bilderbeek
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
//---------------------------------------------------------------------------
//From http://www.richelbilderbeek.nl/GameRubiksClock.htm
//---------------------------------------------------------------------------
#ifndef RUBIKSCLOCKMENUDIALOG_H
#define RUBIKSCLOCKMENUDIALOG_H

Expand Down

0 comments on commit 5feb537

Please sign in to comment.