[Qt-interest] Configuring default build directory ?

John McClurkin jwm at nei.nih.gov
Wed Oct 20 13:53:25 CEST 2010


Aaron Lewis wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> On 10/19/2010 12:12 PM, KIMURA, Hidetaka wrote:
>> I am developing console application so I do not use *.ui. However,
>> settings UI_DIR variable will generate files under the directory you
>> specified.
>>
>> There is a reference of such variables:
>> http://doc.trolltech.com/4.7/qmake-variable-reference.html
> 
> Nice , i tried to seek for UI_DIR directly , but failed as index was not
> properly created maybe ?
> 
> But from qmake's doc manual , i could found UI_DIR variable clearly.
> 
> Was it a problem with Qt's Manual , assistant program , its index ?
> 
>
I am using Qt 4.5.2. Setting
UI_DIR = ui_dir
in the .pro file, calling qmake -makefile, then make all puts all the 
ui_*.h files in ui_dir. Create the ui_dir directory first.



More information about the Qt-interest-old mailing list