summaryrefslogtreecommitdiffstats
path: root/core/qt-init.cpp
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2019-10-14 10:35:45 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2019-10-14 13:37:17 -0700
commitd323e9381b17873353a10803d71b80fb57e6bde3 (patch)
tree430293de9301ec0f58d35da98773a9fcdf0c6de6 /core/qt-init.cpp
parentcd8e1eb15aa23e760a2e7a952652e92433f43a6c (diff)
downloadsubsurface-d323e9381b17873353a10803d71b80fb57e6bde3.tar.gz
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>
Diffstat (limited to 'core/qt-init.cpp')
-rw-r--r--core/qt-init.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/qt-init.cpp b/core/qt-init.cpp
index b07c905c3..ead7f4654 100644
--- a/core/qt-init.cpp
+++ b/core/qt-init.cpp
@@ -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)