How to copy files ui at compile time
General and Desktop
3
Posts
2
Posters
826
Views
1
Watching
-
wrote on 19 Jun 2014, 14:35 last edited by
I'm using QUiLoad to generate the interface. How do I copy the ui files in compile time to the binary directory, get together with the compiled binary?
-
wrote on 19 Jun 2014, 16:08 last edited by
"It worked":http://dragly.org/2013/11/05/copying-data-files-to-the-build-directory-when-working-with-qmake/
But is this the best solution? Portable?
-
wrote on 19 Jun 2014, 16:47 last edited by
It is portable if $(COPY_DIR) is defined in portable way.
1/3