CQtDeployer/Deploy/defines.h

12 lines
246 B
C
Raw Normal View History

2020-09-07 10:14:15 +03:00
#ifndef DEFINES_H
#define DEFINES_H
#include <QtGlobal>
#if QT_VERSION > QT_VERSION_CHECK(5, 13, 0)
#define splitbehavior Qt::SkipEmptyParts
#else
#define splitbehavior QString::SkipEmptyParts
#endif
#endif // DEFINES_H