Skip to content

Commit 1fb8a65

Browse files
committed
OpenGL lowered to 3.2 vs 4.0 so lower spec computers can run the application
1 parent e720e03 commit 1fb8a65

File tree

113 files changed

+27594
-5
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

113 files changed

+27594
-5
lines changed

src/.qmake.stash

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
QMAKE_CXX.INCDIRS = \
2+
/usr/include/c++/8.2.1 \
3+
/usr/include/c++/8.2.1/x86_64-pc-linux-gnu \
4+
/usr/include/c++/8.2.1/backward \
5+
/usr/lib/gcc/x86_64-pc-linux-gnu/8.2.1/include \
6+
/usr/local/include \
7+
/usr/lib/gcc/x86_64-pc-linux-gnu/8.2.1/include-fixed \
8+
/usr/include
9+
QMAKE_CXX.LIBDIRS = \
10+
/usr/lib/gcc/x86_64-pc-linux-gnu/8.2.1 \
11+
/usr/lib \
12+
/lib
13+
QMAKE_CXX.QT_COMPILER_STDCXX = 201402L
14+
QMAKE_CXX.QMAKE_GCC_MAJOR_VERSION = 8
15+
QMAKE_CXX.QMAKE_GCC_MINOR_VERSION = 2
16+
QMAKE_CXX.QMAKE_GCC_PATCH_VERSION = 1
17+
QMAKE_CXX.COMPILER_MACROS = \
18+
QT_COMPILER_STDCXX \
19+
QMAKE_GCC_MAJOR_VERSION \
20+
QMAKE_GCC_MINOR_VERSION \
21+
QMAKE_GCC_PATCH_VERSION

src/AnimeEffects

2.6 MB
Binary file not shown.

src/Makefile

Lines changed: 658 additions & 0 deletions
Large diffs are not rendered by default.

src/cmnd/Makefile

Lines changed: 437 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)