PDA

View Full Version : Qt5 Load muliple plugins



porterneon
20th February 2013, 12:34
Hi
To load c++ plugin into QtQml project we can put qmldir file into folder.
How to proceed when I have multiple plugins? Shall I create folder and qmldir file for each plugin? How to deploy solution with multiple plugins?
What are best practices to develop QtQuick2 app with external c++ modules (plugins)?