aboutsummaryrefslogtreecommitdiffstats
path: root/src/gos/gos_options.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gos/gos_options.h')
-rw-r--r--src/gos/gos_options.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/gos/gos_options.h b/src/gos/gos_options.h
index 5c051fea..2d3b0d29 100644
--- a/src/gos/gos_options.h
+++ b/src/gos/gos_options.h
@@ -104,6 +104,13 @@
#ifndef GFX_USE_OS_NIOS
#define GFX_USE_OS_NIOS FALSE
#endif
+ /**
+ * @brief Use Qt
+ * @details Defaults to FALSE
+ */
+ #ifndef GFX_USE_OS_QT
+ #define GFX_USE_OS_QT FALSE
+ #endif
/**
* @}
*