[Qt-interest] QMake: setting the lib full name.
Felipe Ferreri Tonello
felipe.tonello at felipetonello.com
Mon Jan 25 15:22:23 CET 2010
Hello there,
When I compile a lib, qmake automatically sets the extension name for the respective plataform. Like, I'm on a mac so the extension is .dylib.
But I want to make the target's name as 'name.robot' for all plataforms.
So, I'm doing this on my teste.pro file:
TARGET = teste
TARGET_EXT = robot
But it's not working. Qmake always generate the binary file as 'libteste.dylib'.
Does anyone knows how to do that?
Thank you,
Felipe Ferreri Tonello
felipe.tonello at felipetonello.com
http://felipetonello.com
More information about the Qt-interest-old
mailing list