mingw-cross-env-list
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Mingw-cross-env-list] Qt5 Windows platform plugin location


From: Moritz Bunkus
Subject: Re: [Mingw-cross-env-list] Qt5 Windows platform plugin location
Date: Tue, 21 Jan 2014 09:17:13 +0100

Hey,

thanks for the feedback. Well, converting my whole build system [1][2] to qmake would be an enormous task for little to no gain at all. I'd rather special-case for this in configure and implement the shell-script hackery. Maybe I'll include a dummy project file, let qmake generate a Makefile and extract the required information from it.

That brings me to another question: why are the Qt5 development tools (moc, uic, qmake etc.) not installed as ${MXE}/usr/bin/${host}-${tool} as well? They're only available as ${MXE}/usr/${host}/bin/${tool}. At least qmake is host-specific regarding where it looks for its .prl files, and at the moment I have to tell configure where those binaries are manually (or manipulate PATH and prepend that directory along with the general MXE bin directory).

Kind regards,
mosu

[1]  https://github.com/mbunkus/mkvtoolnix/blob/master/Rakefile
[2]  the whole sub-dir https://github.com/mbunkus/mkvtoolnix/tree/master/rake.d

reply via email to

[Prev in Thread] Current Thread [Next in Thread]