diff options
author | Franck Bettinger <bettingf@cs.man.ac.uk> | 2001-11-16 14:01:57 (GMT) |
---|---|---|
committer | Franck Bettinger <bettingf@cs.man.ac.uk> | 2001-11-16 14:01:57 (GMT) |
commit | 9f9db7dad5b4461f9cd514748303d3e6b6d5627f (patch) | |
tree | e00b0fea3f65bf596c9bf6262fb9c70626fea415 /Source/cmQTWrapUICommand.h | |
parent | 0d2f8e65c5e2a903eb78bf61dfd3e57a55ec1b32 (diff) | |
download | CMake-9f9db7dad5b4461f9cd514748303d3e6b6d5627f.zip CMake-9f9db7dad5b4461f9cd514748303d3e6b6d5627f.tar.gz CMake-9f9db7dad5b4461f9cd514748303d3e6b6d5627f.tar.bz2 |
corrected path problem and added moc compilation too
Diffstat (limited to 'Source/cmQTWrapUICommand.h')
-rw-r--r-- | Source/cmQTWrapUICommand.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmQTWrapUICommand.h b/Source/cmQTWrapUICommand.h index 0daad14..3114972 100644 --- a/Source/cmQTWrapUICommand.h +++ b/Source/cmQTWrapUICommand.h @@ -69,6 +69,7 @@ private: */ std::vector<cmSourceFile> m_WrapSourcesClasses; std::vector<cmSourceFile> m_WrapHeadersClasses; + std::vector<cmSourceFile> m_WrapMocClasses; /** * List of header files that pprovide the source for m_WrapClasses. */ |