summaryrefslogtreecommitdiff
path: root/Source/cmQTWrapUICommand.h
diff options
context:
space:
mode:
authorFranck Bettinger <bettingf@cs.man.ac.uk>2001-11-16 09:01:57 -0500
committerFranck Bettinger <bettingf@cs.man.ac.uk>2001-11-16 09:01:57 -0500
commit9f9db7dad5b4461f9cd514748303d3e6b6d5627f (patch)
treee00b0fea3f65bf596c9bf6262fb9c70626fea415 /Source/cmQTWrapUICommand.h
parent0d2f8e65c5e2a903eb78bf61dfd3e57a55ec1b32 (diff)
downloadcmake-9f9db7dad5b4461f9cd514748303d3e6b6d5627f.tar.gz
corrected path problem and added moc compilation too
Diffstat (limited to 'Source/cmQTWrapUICommand.h')
-rw-r--r--Source/cmQTWrapUICommand.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmQTWrapUICommand.h b/Source/cmQTWrapUICommand.h
index 0daad14ed5..3114972aec 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.
*/