Results 1 to 6 of 6

Thread: QMAKE_EXTRA_COMPILERS dependencies issue

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Jan 2006
    Location
    Graz, Austria
    Posts
    8,416
    Qt products
    Qt3 Qt4 Qt5
    Platforms
    Unix/X11 Windows
    Thanks
    37
    Thanked 1,544 Times in 1,494 Posts

    Default Re: QMAKE_EXTRA_COMPILERS dependencies issue

    Quote Originally Posted by DPbIH View Post
    that makes sense, but I wanted each project to handle its .ts-files by itself so that not to maintain separate list of translation files.
    I don't understand how my suggestion changed anything about that.

    It is merely a way to specify an order of build steps.

    Cheers,
    _

  2. #2
    Join Date
    Dec 2014
    Posts
    5
    Qt products
    Qt5
    Platforms
    Windows

    Default Re: QMAKE_EXTRA_COMPILERS dependencies issue

    Quote Originally Posted by anda_skoa View Post
    I don't understand how my suggestion changed anything about that.

    It is merely a way to specify an order of build steps.

    Cheers,
    _
    Do I understand you correctly? - you propose to create separate project(kind of lrelease_runner.pro) which will be the very first project in projects chain and it will generate .qm files for all projects. For that I need to maintain a single list of .ts files from all projects - I would not like to do that because I do not want to update it each time I create new .ts file for some project, also some of projects are shared between different products and I would need to create this lrelease_runner project for each product along with list of translations.

    I would rather maintain the .ts files in TRANSLATIONS for each project individually and make project generate .qm files before starting the build.

    Please, correct me if I misunderstood your proposal.

    Thank you

  3. #3
    Join Date
    Jan 2006
    Location
    Graz, Austria
    Posts
    8,416
    Qt products
    Qt3 Qt4 Qt5
    Platforms
    Unix/X11 Windows
    Thanks
    37
    Thanked 1,544 Times in 1,494 Posts

    Default Re: QMAKE_EXTRA_COMPILERS dependencies issue

    No, this is for a single project.

    It doesn't make sense to build all translations for all projects together unless all projects are always releases together.

    Cheers,
    _

Similar Threads

  1. around circular dependencies
    By tonnot in forum General Programming
    Replies: 6
    Last Post: 18th February 2011, 12:20
  2. Build without any dependencies
    By Dato0011 in forum Qt Tools
    Replies: 5
    Last Post: 22nd December 2009, 15:21
  3. library dependencies.....
    By surender99 in forum Qt Programming
    Replies: 1
    Last Post: 3rd April 2009, 19:06
  4. application dependencies
    By yagabey in forum Qt Programming
    Replies: 1
    Last Post: 18th March 2009, 07:33
  5. What are the dependencies that a .exe file needs??
    By srohit24 in forum Installation and Deployment
    Replies: 5
    Last Post: 5th March 2009, 17:25

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.