Am 16.06.2012 um 22:07 schrieb Mark <[email protected]>: > ... 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 _______________________________________________ Interest mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/interest
