[Development] Puzzled by desktop development priorities, Mac OS specifically [Warning: Rant]

Rutledge Shawn Shawn.Rutledge at digia.com
Tue Aug 6 13:47:34 CEST 2013


On 6 Aug 2013, at 1:41 PM, Shawn Rutledge wrote:
> Rene's script is for Qt 4.  (Kudos on the egrep/awk bit especially.)  I updated it for Qt 5 as follows:
> 
> #!/bin/bash
> QT_INSTALL_QML=`qmake -query QT_INSTALL_QML`
> rsync -avP $QT_INSTALL_QML/ photosurface.app/Contents/MacOS/

replace photosurface.app with $1 to finish making this work for any application, of course


More information about the Development mailing list