Fixed Qt project compilation
This commit is contained in:
@@ -13,7 +13,7 @@
|
|||||||
#include "GameApp.h"
|
#include "GameApp.h"
|
||||||
#include "qtcorewrapper.h"
|
#include "qtcorewrapper.h"
|
||||||
|
|
||||||
WagicCore* g_glwidget = NULL;
|
QtWagicCore* g_glwidget = NULL;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -50,7 +50,7 @@ int main(int argc, char* argv[])
|
|||||||
);
|
);
|
||||||
#endif
|
#endif
|
||||||
#ifdef QT_WIDGET
|
#ifdef QT_WIDGET
|
||||||
g_glwidget = new WagicCore();
|
g_glwidget = new QtWagicCore();
|
||||||
if(!downloadRequest || downloadRequest->getDownloadStatus() == DownloadRequest::DOWNLOADED)
|
if(!downloadRequest || downloadRequest->getDownloadStatus() == DownloadRequest::DOWNLOADED)
|
||||||
{
|
{
|
||||||
g_glwidget->start(0);
|
g_glwidget->start(0);
|
||||||
|
|||||||
Reference in New Issue
Block a user