Generate QML module
Bug #1487267 reported by
Robert Ancell
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Light Display Manager |
Triaged
|
Medium
|
Unassigned |
Bug Description
Generate and install a QML module so greeters can be easily developed in QML.
Related branches
Changed in lightdm: | |
status: | New → Triaged |
importance: | Undecided → Medium |
To post a comment you must log in.
Not too familiar with buildconf, but it looks like you are just creating a library from the plugin files.. I think qMake (or cmake) add metadata to the plugin library that is currently missing. Should explain the error that I receive
plugin cannot be loaded for module "QLightDM": Plugin verification data mismatch in '/usr/local/ lib/qt5/ qml/QLightDM/ libQLightDM. so'
I can't find anyone who has built a qt5 plugin with buildconf however...