[Development] Qt3D without Qml/QtQuick?
Thiago Macieira
thiago.macieira at intel.com
Tue Aug 1 21:25:45 CEST 2017
On terça-feira, 1 de agosto de 2017 12:14:18 PDT Harald Vistnes wrote:
> I had a look in qt3d/src/src.pro, but there already was a
> qtHaveModule(quick) {} around the quick3d libs and I don't know where the
> dependency on qtdeclarative is set. I'd be happy to provide a patch, but it
> seems I don't know enough about the internal Qt dependency settings...
It's set in qt5.git's file .gitmodules.
[submodule "qt3d"]
depends = qtdeclarative
recommends = qtimageformats qtgamepad
path = qt3d
url = ../qt3d.git
branch = 5.9
status = addon
You want to make qtbase a strict dependency and move qtdeclarative to
"recommends".
--
Thiago Macieira - thiago.macieira (AT) intel.com
Software Architect - Intel Open Source Technology Center
More information about the Development
mailing list