Add a module from the qt-labs to static build
-
Hello!
I need to build static Qt with some module from the qt-labs.
Usually, i use next command to build:./configure -prefix /home/misha/Qt5_14_2_static -release -opensource -confirm-license -static -no-glib -no-pulseaudio -no-alsa -opengl desktop -nomake examples -nomake tests -qt-xcbHow can i add module from the qt-labs (for example, qthttpserver)
Thanks))) -
Hello!
I need to build static Qt with some module from the qt-labs.
Usually, i use next command to build:./configure -prefix /home/misha/Qt5_14_2_static -release -opensource -confirm-license -static -no-glib -no-pulseaudio -no-alsa -opengl desktop -nomake examples -nomake tests -qt-xcbHow can i add module from the qt-labs (for example, qthttpserver)
Thanks)))@BrMisha
just build both projects statically? First Qt, then the extra modules with the built static Qt.
In the end you would anyway endup with separate static lib files.