Details
-
Suggestion
-
Resolution: Out of scope
-
P3: Somewhat important
-
4.4.0
-
None
Description
It would be nice if there was a way to automatically copy a locversion.plist file into the app bundle.
It is currently possible to add a Info.plist file with
QMAKE_INFO_PLIST = MyInfo.plist # qmake will copy this file to MyApp.app/Contents/Info.plist
a similar way for locversion.plist would be nice to have.