comparison src/qt.mk @ 3409:5e77c5fc91ed

qt: build translations in cross build and install * src/qt.mk: in cross compile configure options, set translate path and -make option. * makeinst-script.sh: Add createion and removal of libexec\octave\octave-version\qt.conf
author John Donoghue <john.donoghue@ieee.org>
date Fri, 10 Jan 2014 21:22:39 -0500
parents 41645c0a134c
children 7901815035d6
comparison
equal deleted inserted replaced
3408:e0552735e3f3 3409:5e77c5fc91ed
77 -no-glib \ 77 -no-glib \
78 -no-gstreamer \ 78 -no-gstreamer \
79 -no-reduce-exports \ 79 -no-reduce-exports \
80 -no-ssse3 \ 80 -no-ssse3 \
81 -no-rpath \ 81 -no-rpath \
82 -make translations \
83 -translationdir '$($(PKG)_PREFIX)/translations' \
82 -device-option PKG_CONFIG='$(MXE_PKG_CONFIG)' \ 84 -device-option PKG_CONFIG='$(MXE_PKG_CONFIG)' \
83 -force-pkg-config \ 85 -force-pkg-config \
84 -v 86 -v
85 87
86 ifeq ($(MXE_SYSTEM),mingw) 88 ifeq ($(MXE_SYSTEM),mingw)