On Friday 01 June 2007 06:57, Christian Körner wrote: > Hi, > > We are using the Qt4 support libraries and are wondering if there exists a > QT_WRAP_UI equivalent for uic3 or if this functionality has to be achieved > via a custom command.
We have a macro for that in KDE4Macros.cmake, KDE4_ADD_UI3_FILES(): http://websvn.kde.org/trunk/KDE/kdelibs/cmake/modules/ It does a bit more than that, you can remove what you don't need. Alex _______________________________________________ CMake mailing list [email protected] http://www.cmake.org/mailman/listinfo/cmake
