File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- VERSION =" 3.18-dev "
1+ VERSION =" 3.17.2 "
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
77# Installing Qt and toolchain
88RUN apt update
99RUN apt install -y --no-install-recommends \
10- build-essential \
10+ build-essential \
1111 qt6-base-dev \
1212 qmake6 \
1313 qt6-base-dev-tools \
Original file line number Diff line number Diff line change @@ -8,8 +8,11 @@ CONFIG += release
88# set std-C++17 for clang and gcc
99CONFIG += c++1z
1010QT += core network sql xml
11+
1112# for GCC8 (RetroPie Buster)
12- LIBS += -lstdc ++fs
13+ system ( g++ --version | grep "^g++" | grep -c "8.3." ) {
14+ LIBS += -lstdc ++fs
15+ }
1316
1417# Installation prefix path for bin/Skyscraper and etc/skyscraper/*
1518PREFIX =$$(PREFIX)
You can’t perform that action at this time.
0 commit comments