summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWildemann Stefan <stefan.wildemann@corpuls.com>2017-02-21 15:32:52 +0100
committerWildemann Stefan <stefan.wildemann@corpuls.com>2017-02-21 15:32:52 +0100
commitd7da3842b3170c179049eb3348e152646788fb91 (patch)
tree9036462a140f3c4e31e3ecef7493bb9a6dc4cc42
parentd3b0e037b893ce3b8bbf3abf63b083ec900a80b4 (diff)
downloadnavit-d7da3842b3170c179049eb3348e152646788fb91.tar.gz
Temporary: Enable Qt5 graphics in navit_shipped.xml
Enable Qt5 for in branch CircleCI. This should be reverted before or after merge to trunk as this breaks
-rw-r--r--navit/navit_shipped.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/navit/navit_shipped.xml b/navit/navit_shipped.xml
index eb2191963..cd790f428 100644
--- a/navit/navit_shipped.xml
+++ b/navit/navit_shipped.xml
@@ -38,7 +38,7 @@
<navit center="11.5666 48.1333" zoom="256" tracking="1" orientation="-1" recent_dest="250" drag_bitmap="0">
<!-- Use one of gtk_drawing_area, qt_qpainter or sdl.
On windows systems, use win32 -->
- <graphics type="gtk_drawing_area"/>
+ <graphics type="qt5" w="792" h="547"/>
<!-- The following line let you select which graphical user interface you'd like to use.
Options include internal (optimized for touch screen devices), gtk (useful for desktop computers).
If you don't like the internal gui, set enabled=yes for the following tag and enabled=no for the gui internal tag -->