> -----Original Message----- > From: [email protected] > [mailto:qt-creator-bounces+kai.koehne=theqtcompany.com@qt- > project.org] On Behalf Of Benjamin Zeller > Sent: Friday, May 08, 2015 11:46 AM > To: [email protected] > Subject: [Qt-creator] QML codecompletion for QML based component > > Hi all, > > I currently try to convince QtC to show code completion for a project. > > it has this structure: > > subdirs-project > | > +-------- Component > | > +-------- App > > The component is defined in QML, how can I get code completion in the app > for it? > It works for a C++ component but QML code files seem not to get indexed. > At least not > in a cross subproject way.
What exactly is your 'Component'? Is it a Qt Quick plugin, a library ... and how are the .qml files embedded? Regards Kai _______________________________________________ Qt-creator mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/qt-creator
