Project ERROR: Unknown module(s) in QT: bootstrap-private
-
Hi , I try to compile Qt5.7.0 on ubuntu 20.04 for cross compilation platform, using following command:
./configure -release -prefix /usr/local/Qt-5.7.0 -opensource -confirm-license -nomake examples -fontconfig -skip qtwayland -skip qt3d -skip qtactiveqt -skip qtandroidextras -skip canvas3d
-skip qtgamepad -skip qtlocation -skip qtmacextras -skip qtwebchannel -skip qtwebengine -skip qtwebsockets -skip qtwebview -skip qtwinextras -skip qtdatavis3d -skip qtconnectivity
-no-openssl -skip qtdeclarative -qreal float -skip qttoolsError :
Project ERROR: Unknown module(s) in QT: bootstrap-private
make[1]: *** [Makefile:114: sub-rcc-make_first] Error 3
make[1]: *** Waiting for unfinished jobs....
Project ERROR: Unknown module(s) in QT: bootstrap-private
make[1]: *** [Makefile:89: sub-moc-make_first] Error 3Any help?
-
Hi , I try to compile Qt5.7.0 on ubuntu 20.04 for cross compilation platform, using following command:
./configure -release -prefix /usr/local/Qt-5.7.0 -opensource -confirm-license -nomake examples -fontconfig -skip qtwayland -skip qt3d -skip qtactiveqt -skip qtandroidextras -skip canvas3d
-skip qtgamepad -skip qtlocation -skip qtmacextras -skip qtwebchannel -skip qtwebengine -skip qtwebsockets -skip qtwebview -skip qtwinextras -skip qtdatavis3d -skip qtconnectivity
-no-openssl -skip qtdeclarative -qreal float -skip qttoolsError :
Project ERROR: Unknown module(s) in QT: bootstrap-private
make[1]: *** [Makefile:114: sub-rcc-make_first] Error 3
make[1]: *** Waiting for unfinished jobs....
Project ERROR: Unknown module(s) in QT: bootstrap-private
make[1]: *** [Makefile:89: sub-moc-make_first] Error 3Any help?
@ananomous
The help is in the topic https://forum.qt.io/post/748575 you have already created for this. Why raise a new thread, it just duplicates people's efforts. Please do not. -
@ananomous
The help is in the topic https://forum.qt.io/post/748575 you have already created for this. Why raise a new thread, it just duplicates people's efforts. Please do not. -
Do not use a "-" in prefix...
WRONG:
./configure -release -prefix /usr/local/Qt-5.7.0OK:
./configure -release -prefix /usr/local/Qt5.7.0