Details
-
Type:
Bug
-
Status: Closed
-
Priority:
P0: Blocker
-
Resolution: Won't Do
-
Affects Version/s: Qt 3D Studio 2.4 BETA4
-
Fix Version/s: Qt 3D Studio 2.4 RC1
-
Component/s: OpenGL Runtime, Runtime 2.x
-
Labels:None
-
Platform/s:
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'