[CMake] Problem with cmake & qt - out of source build - relative paths

Michael Jackson mike.jackson at bluequartz.net
Thu Nov 6 09:36:59 EST 2008


Cmake will create subdirectory for each target. Why is that a problem?


On Nov 6, 2008, at 8:23 AM, Emre Turkay wrote:

> Thanks,
>
> This solves the compilation issue, however cmake still creates the  
> Application directory under test (and when make is run it puts the  
> moc_GUI.cxx file there), which I think is a problem.
>
> On Thu, Nov 6, 2008 at 3:19 PM, Michael Jackson <mike.jackson at bluequartz.net 
> > wrote:
> QT4_WRAP_UI(SAMPLE_UI_HDRS ${SAMPLE_UIS})
>
>
> On Nov 6, 2008, at 3:31 AM, Emre Turkay wrote:
>
> # this will run uic on .ui files
> QT4_WRAP_UI(SAMPLE_UI_HDRS ${SAMPLE_MOC_HDRS})
>
> _________________________________________________________
> Mike Jackson                  mike.jackson at bluequartz.net



More information about the CMake mailing list