Drop obsolete version check

Frameworks already require Qt 5.5.0.

REVIEW: 128989
This commit is contained in:
Heiko Becker 2016-09-21 19:13:19 +02:00
parent 60b5866b77
commit 5fdcdff6e3

View File

@ -15,12 +15,8 @@
#include <QProcess>
#include <QTemporaryFile>
#if QT_VERSION >= QT_VERSION_CHECK(5, 4, 0)
// logging category for this framework, default: log stuff >= warning
Q_LOGGING_CATEGORY(EPSPLUGIN, "epsplugin", QtWarningMsg)
#else
Q_LOGGING_CATEGORY(EPSPLUGIN, "epsplugin")
#endif
//#define EPS_PERFORMANCE_DEBUG 1