Compiling QML plugin with application
Unsolved
QML and Qt Quick
-
wrote on 29 Sept 2019, 10:45 last edited by
Im having trouble setting up my app to use QT .pro files.
My repo can be found here for my test project: https://github.com/bit-shift-io/qalarm
My main application pro file here:
https://github.com/bit-shift-io/qalarm/blob/master/alarm.proand in the subfolder plugin/Util/util.pro is my library.
https://github.com/bit-shift-io/qalarm/tree/master/plugin/UtilHow do I compile this and copy the qmldir file into the build/plugin/Util/ folder?
Currently it seems to dump the so file into the root of the build dir. The structure I want is:
binary
/plugin/Util/Util.so
/plugin/Util/qmldirOR preferably... Is there some way to include these files in the main binary automatically?
1/1