mirror of
https://github.com/lubosz/overte.git
synced 2025-04-05 16:27:05 +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 make -j6 module-qtscript
|
||||
|
||||
RUN make -j6 install
|
||||
|
||||
WORKDIR ./qtscript
|
||||
RUN make -j6 install
|
||||
|
||||
WORKDIR ../../qt5-install
|
||||
RUN find . -name \*.prl -exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
|
||||
|
|
Loading…
Reference in a new issue