Results 1 to 3 of 3

Thread: how to give lrelease from makefile

  1. #1
    Join Date
    Mar 2009
    Location
    delhi India
    Posts
    56
    Qt products
    Qt4 Qt/Embedded
    Platforms
    Windows
    Thanks
    1

    Default how to give lrelease from makefile

    I am new to building script.I want to give lrelease through my make file .The path to lrelease exe is in QTDIRPATH=$(QT_ROOT)/bin

    How should i make use of QTDIRPATH to run my lrelease command for sample.ts file to create sample.qm file

    i tried doing $(QTDIRPATH )/lrelease sample.ts -qm sample ..\sample.qm

    But it gave me missing seperator error.
    Please help.

  2. #2
    Join Date
    May 2010
    Posts
    10
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows
    Thanked 1 Time in 1 Post

    Default Re: how to give lrelease from makefile

    Could you post the exact error message?

  3. #3
    Join Date
    Nov 2010
    Posts
    315
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows Symbian S60 Maemo/MeeGo
    Thanked 53 Times in 51 Posts

    Default Re: how to give lrelease from makefile

    Be consequent: slash or back slash (depending on system used)!

Similar Threads

  1. Replies: 1
    Last Post: 31st March 2011, 19:38
  2. what should I give url?
    By sups in forum Qt Programming
    Replies: 1
    Last Post: 21st February 2011, 00:22
  3. Hi all. I give up (not really, but yes, kind of)
    By tachoknight in forum Newbie
    Replies: 1
    Last Post: 4th December 2010, 03:57
  4. Replies: 0
    Last Post: 12th October 2010, 05:14

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.