changes to make development easier in QtCreator

This commit is contained in:
Eduardo Bart
2012-06-12 13:50:43 -03:00
parent 72f569c250
commit 318109158a
9 changed files with 276 additions and 126 deletions

View File

@@ -20,6 +20,8 @@
* THE SOFTWARE.
*/
#ifdef WIN32
#include "win32window.h"
#include <framework/application.h>
@@ -950,3 +952,5 @@ std::string WIN32Window::getPlatformType()
return "WIN32-EGL";
#endif
}
#endif