mirror of
https://invent.kde.org/frameworks/kimageformats.git
synced 2025-05-28 00:30:23 -04:00
Drop obsolete version check
Frameworks already require Qt 5.5.0. REVIEW: 128989
This commit is contained in:
parent
60b5866b77
commit
5fdcdff6e3
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user