Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. iOS: include xCode language (*.lproj) files in Qt project
QtWS25 Last Chance

iOS: include xCode language (*.lproj) files in Qt project

Scheduled Pinned Locked Moved Mobile and Embedded
iosxcodedeployment
1 Posts 1 Posters 986 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • H Offline
    H Offline
    hamer
    wrote on 27 Jun 2015, 07:47 last edited by
    #1

    Hi,

    I have 3rd party Objective-C code from an xCode project with localization. Each language is stored in a separate file with its own directory like this:

    App.strings // not a real name but a logical group generated by xCode
    en-EN.lproj/App.strings
    pt-PT.lproj/App.strings

    I tried to copy the files like this:
    assets_catalogs.files += ...
    QMAKE_BUNDLE_DATA += assets_catalogs

    This includes the files in the project (each having its original directory) but the app crashes on start. Are there other means to include these language files?

    Regards,

    1 Reply Last reply
    0

    1/1

    27 Jun 2015, 07:47

    • Login

    • Login or register to search.
    1 out of 1
    • First post
      1/1
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved