[CMake] Passing parameters to uic in QT4_WRAP_UI macro

Clinton Stimpson clinton at elemtech.com
Mon Mar 3 10:13:57 EST 2008


If you use CMake 2.4.8, you can pass parameters to uic.

QT4_WRAP_UI(UI_SRCS ${UIS} OPTIONS -p)
will pass -p to uic.

Clint

Leopold Palomo-Avellaneda wrote:
> Hi,
>
> the QT4_WRAP_UI macro encapsulate the uic command. Howeber I miss a way to 
> pass a parameter to uic. 
>
> There's som way to do it or may I create my custom QT4_WRAP_UI ?
>
> Thanks in advance,
>
> Leo
>   
> ------------------------------------------------------------------------
>
> _______________________________________________
> CMake mailing list
> CMake at cmake.org
> http://www.cmake.org/mailman/listinfo/cmake



More information about the CMake mailing list