Re: [CMake] QT4_ADD_RESOURCES not creating cpp on Mac OS X

2006-10-23 Thread Filipe Sousa
Nick Arini wrote: > Dear CMake users, > > I am trying to get some resources (icon images) compiled in a Qt > application on Mac OS X (10.4.8 Tiger) with cmake 2.4-patch 3. > > I am using version 4.2.0-snapshot-20060910 of Qt. > > I have the following in my CMakeLists.txt: > > PROJECT(QtApp) >

[CMake] QT4_ADD_RESOURCES not creating cpp on Mac OS X

2006-10-23 Thread Nick Arini
Dear CMake users, I am trying to get some resources (icon images) compiled in a Qt application on Mac OS X (10.4.8 Tiger) with cmake 2.4-patch 3. I am using version 4.2.0-snapshot-20060910 of Qt. I have the following in my CMakeLists.txt: PROJECT(QtApp) INCLUDE (${CMAKE_ROOT}/Modules/Find