Skip to content
Snippets Groups Projects
Commit 89ef3355 authored by Kai Koehne's avatar Kai Koehne
Browse files

QmlProjectManager: Show user how to set plugin paths in .qmlproject file

Suggested by Erik Verbruggen
parent c722282c
No related branches found
No related tags found
No related merge requests found
......@@ -143,6 +143,10 @@ Core::GeneratedFiles QmlProjectApplicationWizard::generateFiles(const QWizard *w
<< " ImageFiles {" << endl
<< " directory: \".\"" << endl
<< " }" << endl
//: Comment added to generated .qmlproject file
<< " // List of plugin directories passed to QML runtime" << endl
//: Comment added to generated .qmlproject file
<< " // importPaths: [ \" ../exampleplugin \" ]" << endl
<< "}" << endl;
}
Core::GeneratedFile generatedCreatorFile(creatorFileName);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment