Description
Adding the following in a pro file:
FONTS.files = $$PWD/fonts/OpenSans-Bold.ttf $$PWD/fonts/OpenSans-Semibold.ttf $$PWD/fonts/OpenSans-Regular.ttf FONTS.path = fonts QMAKE_BUNDLE_DATA += FONTS
Expected: the ttf files copied in Debug-iphones/AppName.app/fonts folder
Actual: the ttf file copied in Debug-iphones/fonts
Problem: the files are copied at the same level as the bundle, instead of inside the bundle
Note: when the path is not given, the files are copied inside the bundle
Attachments
Issue Links
- is required for
-
QTBUG-35145 Issues to be fixed before Qt5.2 final release
- Closed