mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-09 15:00:36 +02:00
Don't specifically build Qt Script, as we don't use it anymore.
This commit is contained in:
parent
c49df08dd3
commit
3e4f6c10e3
1 changed files with 0 additions and 4 deletions
|
@ -51,12 +51,8 @@ RUN ../qt5/configure -force-debug-info -release -opensource -confirm-license -pl
|
||||||
|
|
||||||
RUN NINJAFLAGS='-j6' make -j6
|
RUN NINJAFLAGS='-j6' make -j6
|
||||||
|
|
||||||
RUN make -j6 module-qtscript
|
|
||||||
|
|
||||||
RUN make -j6 install
|
RUN make -j6 install
|
||||||
|
|
||||||
WORKDIR ./qtscript
|
|
||||||
RUN make -j6 install
|
|
||||||
|
|
||||||
WORKDIR ../../qt5-install
|
WORKDIR ../../qt5-install
|
||||||
RUN find . -name \*.prl -exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
|
RUN find . -name \*.prl -exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
|
||||||
|
|
Loading…
Reference in a new issue