forked from qt-creator/qt-creator
6 lines
133 B
C
6 lines
133 B
C
|
|
#if (QT_VERSION >= QT_VERSION_CHECK(5, 6, 0))
|
||
|
|
#include <private/qquickdesignersupport_p.h>
|
||
|
|
#else
|
||
|
|
#include <designersupport.h>
|
||
|
|
#endif
|