On Fri, Apr 4, 2008 at 3:18 PM, Bill Hoffman <[EMAIL PROTECTED]> wrote: > > > It looks like moc stuff to me. The Model constructor destructor are not > missing, just a bunch of slots and signals like methods... > I think Bill is right. I did not see any "QT4_WRAP_*" in the CMakeLists.txt file. If you use Q_OBJECT and signal/slot stuff in your class, you have to do some Qt wrapping...
Take a look at these links. http://doc.trolltech.com/4.3/moc.html http://qtnode.net/wiki?title=Qt_with_cmake HTH, -Yumin ~~~~~~~~~~~~~~~~ Yumin Yuan R&D Engineer Kitware Inc. www.kitware.com ~~~~~~~~~~~~~~~~ _______________________________________________ CMake mailing list [email protected] http://www.cmake.org/mailman/listinfo/cmake
