summaryrefslogtreecommitdiffstats
path: root/qt-homescreen-example/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'qt-homescreen-example/main.cpp')
-rw-r--r--qt-homescreen-example/main.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/qt-homescreen-example/main.cpp b/qt-homescreen-example/main.cpp
index 56d10b3..9f6b332 100644
--- a/qt-homescreen-example/main.cpp
+++ b/qt-homescreen-example/main.cpp
@@ -46,6 +46,10 @@
int main(int argc, char *argv[])
{
+ // enforce native graphics system for now due to a bug in Maemo's composition
+ // manager
+ QApplication::setGraphicsSystem("native");
+
QApplication app(argc, argv);
TestWidget w;