aboutsummaryrefslogtreecommitdiffstats
path: root/src/gos/gos.h
diff options
context:
space:
mode:
authorJoel Bodenmann <joel@embedded.pro>2016-07-19 01:30:20 +0200
committerJoel Bodenmann <joel@embedded.pro>2016-07-19 01:30:20 +0200
commite5f69dbcf4d462cb94592a45a0d5ec1eefd14468 (patch)
treeeaddd90154afee8546694f527f4a21187f2a26cc /src/gos/gos.h
parent038a1f3630a480cc9b2951e0af80b7a5dba58401 (diff)
downloaduGFX-e5f69dbcf4d462cb94592a45a0d5ec1eefd14468.tar.gz
uGFX-e5f69dbcf4d462cb94592a45a0d5ec1eefd14468.tar.bz2
uGFX-e5f69dbcf4d462cb94592a45a0d5ec1eefd14468.zip
Adding Qt GOS port
Diffstat (limited to 'src/gos/gos.h')
-rw-r--r--src/gos/gos.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/gos/gos.h b/src/gos/gos.h
index f29c2ac9..09b278bc 100644
--- a/src/gos/gos.h
+++ b/src/gos/gos.h
@@ -494,9 +494,11 @@
#elif GFX_USE_OS_CMSIS
#include "gos_cmsis.h"
#elif GFX_USE_OS_KEIL
- #include "gos_keil.h"
+ #include "gos_keil.h"
#elif GFX_USE_OS_NIOS
- #include "gos_nios.h"
+ #include "gos_nios.h"
+#elif GFX_USE_OS_QT
+ #include "gos_qt.h"
#else
#error "Your operating system is not supported yet"
#endif