Could it be that QML_DESIGNER_IMPORT_PATH conflicts with QML_IMPORT_PATH ?
Unsolved
Qt Creator and other tools
-
Hi, We're using
QML_IMPORT_PATH
in our project to enable Qml imports in the Qt Creator editor and designer. When we add qml components that have a C++ backend and addQML_DESIGNER_IMPORT_PATH
to provide an alternative implementation for the design mode, then suddenly our qml components are marked as "unable to load".
Could it be that we can only use one of these import paths at a time?Thx