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.17.1 "
1+ VERSION =" 3.17.2 "
Original file line number Diff line number Diff line change @@ -8,6 +8,8 @@ CONFIG += release
88# set std-C++17 for clang and gcc
99CONFIG += c++1z
1010QT += core network sql xml
11+ # for GCC8 (RetroPie Buster)
12+ LIBS += -lstdc ++fs
1113
1214# Installation prefix path for bin/Skyscraper and etc/skyscraper/*
1315PREFIX =$$(PREFIX)
Original file line number Diff line number Diff line change 3838#include < QStringBuilder>
3939
4040static const QList<QPair<QString, QString>>
41- headers ({QPair (" User-Agent" , " Skyscraper / " VERSION)});
41+ headers ({QPair (QString ( " User-Agent" ), QString ( " Skyscraper / " ). append ( VERSION) )});
4242static const QString mediaUrl = " https://zxinfo.dk/media" ;
4343
4444ZxInfoDk::ZxInfoDk (Settings *config, QSharedPointer<NetManager> manager)
You can’t perform that action at this time.
0 commit comments