Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Release and copy translation (.ts) files as a Visual Studio post-build event
Forum Updated to NodeBB v4.3 + New Features

Release and copy translation (.ts) files as a Visual Studio post-build event

Scheduled Pinned Locked Moved Solved General and Desktop
3 Posts 2 Posters 585 Views 1 Watching
  • 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.
  • P Offline
    P Offline
    pvt.peter
    wrote on last edited by
    #1

    Hi,

    I have got a multilingual desktop application (Qt 5.7).
    I would like to automatize releasing and copying translation files (.ts) into the application target folder when build application.
    Is there any solution to post-build action to release and copy *.ts files to the application folder after building application?

    Thanks in advance,
    Peter

    1 Reply Last reply
    0
    • mrjjM Offline
      mrjjM Offline
      mrjj
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi
      I used this
      http://stackoverflow.com/questions/11593165/qtcreator-copy-files-to-output-directory-with-installs
      and added a build step for "make install"
      Works pretty ok.
      No sure how you can do that in VS but should be ok easy.

      1 Reply Last reply
      1
      • P Offline
        P Offline
        pvt.peter
        wrote on last edited by
        #3

        Thanks for your reply.
        I will try your suggestions.

        1 Reply Last reply
        0

        • Login

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