mirror of
https://github.com/tumic0/QtPBFImagePlugin.git
synced 2024-11-24 03:35:54 +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
|