Add more OS to example

This commit is contained in:
Jonathan Bagg
2017-03-15 20:34:14 -04:00
parent 195e740ceb
commit 28abc449f1

View File

@@ -41,6 +41,10 @@
#define OS_NAME "Linux"
#elif defined(Q_OS_WIN)
#define OS_NAME "Windows"
#elif defined(Q_OS_FREEBSD)
#define OS_NAME "FreeBSD"
#else
#define OS_NAME "Some OS"
#endif
mainWindow::mainWindow()