[Development] qtchooser (was: Re: Adding new third party component three.js to Qt?)

Kevin Kofler kevin.kofler at chello.at
Sun Jan 18 17:10:40 CET 2015


I wrote:
> Actually, thinking of it, the right solution for this use case would be to
> just qtchooser-wrap qmake-qt5 and use:
> qmake-qt5
> qmake-qt5 -qt release
> qmake-qt5 -qt icc
> qmake-qt5 -qt clang
> qmake-qt5 -qt mips
> qmake-qt5 -qt static
> qmake-qt5 -qt 5.1

Or rather:
qmake-qt5
qmake-qt5 -qt=release
qmake-qt5 -qt=icc
qmake-qt5 -qt=clang
qmake-qt5 -qt=mips
qmake-qt5 -qt=static
qmake-qt5 -qt=5.1
unless the argument parser gets fixed to support the space-separated form.

        Kevin Kofler




More information about the Development mailing list