:-1: error: Project ERROR: Unknown module(s) in QT: 3dextras 3dcore 3drender 3dinput
-
I see these folders in installation directory.
-
@surajj4837 This looks like Qt source code...
-
In which directory does Qt searches for modules. Following folders exist for 3dcore module in installed directory of Qt.
-
@surajj4837 said in :-1: error: Project ERROR: Unknown module(s) in QT: 3dextras 3dcore 3drender 3dinput:
In which directory does Qt searches for modules
In its installation folder.
How exactly did you install Qt? -
Using Qt online installer.
-
Now I have installed Qt5.15 as well and the same example is running flawless using 5.15 kit.
-
@surajj4837 According to https://www.kdab.com/qt-3d-changes-in-qt-6/ Qt3D is not provided as binary starting with Qt6. You have to build it by yourself if you want to use it withQt6.
-
@surajj4837 Looks like that, yes