Skip to content
Snippets Groups Projects
Commit 69736d78 authored by Friedemann Kleint's avatar Friedemann Kleint
Browse files

Revert "Use raster graphics on X11 by default"

As it causes problems on standard-Linux installations.
See also QTCREATORBUG-2238.

This reverts commit 0e318bfc.
parent f5360795
No related merge requests found
......@@ -183,9 +183,6 @@ int main(int argc, char **argv)
setrlimit(RLIMIT_NOFILE, &rl);
#endif
#ifdef Q_WS_X11
SharedTools::QtSingleApplication::setGraphicsSystem("raster");
#endif
SharedTools::QtSingleApplication app((QLatin1String(appNameC)), argc, argv);
const int threadCount = QThreadPool::globalInstance()->maxThreadCount();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment