Details
-
Bug
-
Resolution: Won't Do
-
P0: Blocker
-
Qt 3D Studio 2.4 BETA4
-
None
Description
Building using the studio repository now skips the build of both runtimes.
make -j9
qt5/bin/qmake -o Makefile qt3dstudio/src/src.pro ) && make -f Makefile
cd doc/ && ( test -e Makefile || qt5/bin/qmake -o Makefile qt3dstudio/doc/doc.pro ) && make -f Makefile
make[1]: Entering directory 'build/src'
make[1]: Nothing to be done for 'first'.
make[1]: Leaving directory 'build/src'
make[1]: Entering directory 'build/doc'
make[1]: Nothing to be done for 'first'.
make[1]: Leaving directory 'build/doc'