summaryrefslogtreecommitdiff
path: root/demos/embedded/lightmaps/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'demos/embedded/lightmaps/main.cpp')
-rw-r--r--demos/embedded/lightmaps/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/embedded/lightmaps/main.cpp b/demos/embedded/lightmaps/main.cpp
index 85f74e638e..f9b6fb0210 100644
--- a/demos/embedded/lightmaps/main.cpp
+++ b/demos/embedded/lightmaps/main.cpp
@@ -44,7 +44,7 @@
int main(int argc, char **argv)
{
-#if defined(Q_WS_X11)
+#if defined(Q_WS_X11) || defined(Q_OS_SYMBIAN)
QApplication::setGraphicsSystem("raster");
#endif