QML_IMPORT_PATH equivalent in Visual Studio (Qt VS Tools) for qml modules
Unsolved
General and Desktop
-
Hi, I am trying to add a qml module (as described here). However I am trying to add it to a project running under Visual Studio 2019 with Qt VS tools. I cannot find anything equivalent to QML_IMPORT_PATH += path/to/module in a regular qmake build system. I can import the module by specifying the exact relative path (import "./path/to/module/". But, I would like to not have to do that for every qml file and simply call : import MyModule. Where exactly am I supposed to add qml import paths ?
PS: sorry if this isn't the right category as I didn't find any related Visual studio.