Changes for qt5 (Windows build, boost compatibility).

This commit is contained in:
lotodore
2013-08-29 17:26:08 +02:00
parent d694a27498
commit 2db9ea1a93
6 changed files with 12 additions and 2 deletions
+2
View File
@@ -35,7 +35,9 @@
#include <vector>
#include <string>
#ifndef Q_MOC_RUN
#include <boost/thread.hpp>
#endif
enum ConfigState { NONEXISTING, OLD, OK };
enum ConfigType { CONFIG_TYPE_INT, CONFIG_TYPE_STRING, CONFIG_TYPE_INT_LIST, CONFIG_TYPE_STRING_LIST };