Hi and welcome to devnet,
What sources did you download ? You have an option in the installer to get the sources that matches your installed Qt.
If you take the time to search the forum, you'll find several threads about the MySQL plugin and OS X.
Thanks for your answer
It's actually a dll but I get what you are saying.
I tried adding
target.files = $$DESTDIRNAME/*.dll
target.files += $$DESTDIRNAME/*.lib
target.files += $$DESTDIRNAME/*.pdb
where DESTDIRNAME is the same value as DESTDIR but no change
Hi @PabloAmunt,
packaging for Linux is a major pain in the ass. If you are targeting Ubuntu the place to start is the Ubuntu packaging guide: http://packaging.ubuntu.com/
Good luck!