]> Creatis software - clitk.git/commit
Modified ggo mechanism: now uses a macro (WRAP_GGO) on the qt WRAP_UI model. The...
authorsrit <srit>
Wed, 17 Mar 2010 15:43:48 +0000 (15:43 +0000)
committersrit <srit>
Wed, 17 Mar 2010 15:43:48 +0000 (15:43 +0000)
commit942b4c8e4a57eab81752dcf0cf653b898347b504
tree4d71b146e64760257c117de69c5966f1d54cf41e
parent61d57d331b0459560f6714c0c6bb8298868a662e
Modified ggo mechanism: now uses a macro (WRAP_GGO) on the qt WRAP_UI model. The old mechanism is still in place but the new way should be used, e.g.:
WRAP_GGO(FOO_GGO_SOURCES foo.ggo)
ADD_EXECUTABLE(foo foo.cxx FOO_GGO_SOURCES)
cmake/common.cmake