mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Stop support Qt versions before 5.9
There's just no point to testing these outdated versions. Everything we build is now Qt 5.9 or newer. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
cd8e1eb15a
commit
d323e9381b
4 changed files with 1 additions and 48 deletions
|
@ -24,7 +24,7 @@ void init_qt_late()
|
|||
|
||||
QCoreApplication::setOrganizationName("Subsurface");
|
||||
QCoreApplication::setOrganizationDomain("subsurface.hohndel.org");
|
||||
#if (QT_VERSION >= QT_VERSION_CHECK(5, 7, 0)) && defined(Q_OS_LINUX)
|
||||
#if defined(Q_OS_LINUX)
|
||||
QGuiApplication::setDesktopFileName("subsurface");
|
||||
#endif
|
||||
// enable user specific settings (based on command line argument)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue