mirror of
git://code.qt.io/qt/qt5.git
synced 2026-02-01 19:36:04 +08:00
Make Qt3D depend on qtbase and optionally on qtdeclarative
This change will make the pure C++ libs of Qt3D be built even if qtdeclarative is skipped. Task-number: QTBUG-62256 Change-Id: I0cdf19a57d1d8eca065e19a21e88193c5dcb5eb6 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com> Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
This commit is contained in:
committed by
Tony Sarajärvi
parent
36d7e7a8da
commit
830f8ac7f2
4
.gitmodules
vendored
4
.gitmodules
vendored
@@ -146,8 +146,8 @@
|
||||
branch = 5.9
|
||||
status = addon
|
||||
[submodule "qt3d"]
|
||||
depends = qtdeclarative
|
||||
recommends = qtimageformats qtgamepad
|
||||
depends = qtbase
|
||||
recommends = qtdeclarative qtimageformats qtgamepad
|
||||
path = qt3d
|
||||
url = ../qt3d.git
|
||||
branch = 5.9
|
||||
|
||||
Reference in New Issue
Block a user