diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/Platform.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/Platform.h b/src/Platform.h index 3f25f343f..10c63dd23 100644 --- a/src/Platform.h +++ b/src/Platform.h @@ -22,6 +22,7 @@ #define PLAT_WIN 0 #define PLAT_WX 0 #define PLAT_QT 0 +#define PLAT_QT_QML 0 #define PLAT_FOX 0 #define PLAT_CURSES 0 #define PLAT_TK 0 @@ -47,6 +48,10 @@ #undef PLAT_QT #define PLAT_QT 1 +#elif defined(SCINTILLA_QT_QML) +#undef PLAT_QT_QML +#define PLAT_QT_QML 1 + #elif defined(TK) #undef PLAT_TK #define PLAT_TK 1 |