PDA

View Full Version : qmake: include files?



Doug Broadwell
16th May 2007, 18:08
When I run 'qmake -project', I then have to edit the resulting .pro file to include some command lines I always use. Is there some way to 'include' a file with these commands, or set an environment variable with the commands to be included?

Thanks

wysota
16th May 2007, 18:28
qmake -project CONFIG+=... QT+=... etc.

Doug Broadwell
16th May 2007, 23:34
Thanks very much!