> -----Original Message----- > From: Benjamin Zeller [mailto:[email protected]] > [...] > > What exactly is your 'Component'? Is it a Qt Quick plugin, a library ... and > how are the .qml files embedded? > > > > Regards > > > > Kai > The Component would be a pure QML based component. No library. > The QMake just makes sure they are in the import path when installed.
Alright, but does the 'component' implement an import? If so, setting QML_IMPORT_PATH in your .pro file is what you're looking for. Regards Kai _______________________________________________ Qt-creator mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/qt-creator
