mirror of
https://github.com/tumic0/QtPBFImagePlugin.git
synced 2025-03-16 12:37:44 +01:00
11 lines
161 B
C
11 lines
161 B
C
|
#ifndef CONFIG_H
|
||
|
#define CONFIG_H
|
||
|
|
||
|
#include <QtGlobal>
|
||
|
|
||
|
#if QT_VERSION >= QT_VERSION_CHECK(5, 6, 0)
|
||
|
#define ENABLE_HIDPI
|
||
|
#endif // QT >= 5.6
|
||
|
|
||
|
#endif // CONFIG_H
|