diff --git a/base/QtMain.cpp b/base/QtMain.cpp index 0094ab070c..ac5abab2a6 100644 --- a/base/QtMain.cpp +++ b/base/QtMain.cpp @@ -109,7 +109,7 @@ float CalculateDPIScale() static int mainInternal(QApplication &a) { -#ifdef USING_GLES2 +#ifdef MOBILE_DEVICE emugl = new MainUI(); emugl->resize(pixel_xres, pixel_yres); emugl->showFullScreen();