On 01/08/2019 12:09 PM, Ken Moffat via blfs-support wrote:
On Tue, Jan 08, 2019 at 09:24:49AM +0000, Stuart via blfs-support wrote:
Hi
I am trying to build the qtwebengine for Qt 5.12.0 and I am getting blocked
by qmake any suggestions has to what may be wrong ?
qmake is dropping straight through to the usage page, I am having no
problems with qmake on any other of my projects just the qtwebengine :
root@Andromeda:/sources/qtwebengine-everywhere-src-5.12.0/build# qmake --
-system-ffmpeg -webengine-icu ..
Usage: qmake [mode] [options] [files]
QMake has two modes, one mode for generating project files based on
some heuristics, and the other for generating makefiles. Normally you
shouldn't need to specify a mode, as makefile generation is the default
mode for qmake, but you may use this to test qmake on an existing project
......
thanks
That is the standard output from qmake when it does not understand
what you typed, e.g. from passing unknown options or putting the --
or the .. in the wrong place. Hmm, looks like my fault, I seem to
have copied an earlier line from my notes where that had been
suggested as the way to use those system versions. Apologies.
Please try
qmake .. -- -system-ffmpeg -webengine-icu
Just curious. Would
qmake -system-ffmpeg -webengine-icu ..
work? That is, omit the '--' part.
-- Bruce
--
http://lists.linuxfromscratch.org/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page