I want to deploy some js files and qml files to the remote device in addition to the executable. The TARGET keyword works good for executable but how can I deploy other files? I thought of having all of them in a directory and deploy it but I have no idea.
Asked
Active
Viewed 205 times
0
-
Maybe adding a custom step `make install` helps? – derM - not here for BOT dreams Aug 22 '17 at 09:37
-
https://stackoverflow.com/a/45531369/5068056 – Farhad Aug 22 '17 at 11:01