From e4d800ad4a2b7f29c302f43c0efaa7e592633cc7 Mon Sep 17 00:00:00 2001 From: Eike Ziller Date: Thu, 28 Nov 2013 09:07:02 +0100 Subject: Add workaround for QTBUG-35143 !!! Revert again ASAP !!! Task-number: QTBUG-35143 Change-Id: I9eb724f07c7b6b49a7df0be4e1d4c76dac206af5 Reviewed-by: Eike Ziller --- src/app/main.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/app/main.cpp') diff --git a/src/app/main.cpp b/src/app/main.cpp index da6f0716c7..69fda6f0ff 100644 --- a/src/app/main.cpp +++ b/src/app/main.cpp @@ -298,6 +298,7 @@ int main(int argc, char **argv) #if defined(Q_OS_UNIX) && !defined(Q_OS_MAC) // QML is unusable with the xlib backend QApplication::setGraphicsSystem(QLatin1String("raster")); + qputenv("QSG_RENDER_LOOP", "basic"); // workaround for QTBUG-35143 #endif SharedTools::QtSingleApplication app((QLatin1String(appNameC)), argc, argv); -- cgit v1.2.3