[Interest] How do i copy the QML files to debug folder without adding make install?

Till Oliver Knoll till.oliver.knoll at gmail.com
Sat Jun 16 23:15:43 CEST 2012


Am 16.06.2012 um 22:07 schrieb Mark <markg85 at gmail.com>:

> ... copies the QML files to the debug/release
> location _without_ having the need to add a make install. 

The qmake install target is /exactly/ the mechanism to copy custom files from source to target path (as described in the 2nd answer to the linked stackoverflow question) after compilation (you just need to enter "make install").

So why is it you want to avoid that mechanism?

Cheers,
  Oliver


More information about the Interest mailing list