PDA

View Full Version : how to give lrelease from makefile



vaibhav
17th March 2011, 12:10
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.

thenybbler
17th March 2011, 16:22
Could you post the exact error message?

MarekR22
17th March 2011, 16:29
Be consequent: slash or back slash (depending on system used)!