summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWildemann Stefan <stefan.wildemann@corpuls.com>2017-02-21 15:32:52 +0100
committerStefan Wildemann <gta04@metalstrolche.de>2017-02-23 19:40:26 +0100
commit15d6b69328e903503a00ec8e8ad5380447275a2f (patch)
treedda24a33ac1242abc12cf2e052c1e57e07280012
parent02b1cc8c3aa9284bdc8897c384db6f0a9a92ba20 (diff)
downloadnavit-15d6b69328e903503a00ec8e8ad5380447275a2f.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 -->