summaryrefslogtreecommitdiff
path: root/Source/cmQTWrapUICommand.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2016-10-24 10:16:40 -0400
committerCMake Topic Stage <kwrobot@kitware.com>2016-10-24 10:16:40 -0400
commitb899c0a92f6833c4996276d86d9e0fb3d42df77c (patch)
tree4a21fd3a3ac03ec9d5ae9a9acd9d7f7e0ee1af23 /Source/cmQTWrapUICommand.h
parent3d5ec790eea47a91c6f70d172c42839db02b8467 (diff)
parent569509f4bfbf44c67e237a01f957fdfe52223cfa (diff)
downloadcmake-b899c0a92f6833c4996276d86d9e0fb3d42df77c.tar.gz
Merge topic 'separate-compilation'
569509f4 Fix newly discovered clang-tidy issues 6c9b3b5c cmCommand: implement functions in cxx file 8483dab8 bootstrap: Sort source files lexicographically 4fb70919 Create all commands from a single function 608afd4f Separate compilation for commands included in cmBootstrapCommands2 64f9c282 Separate compilation for commands included in cmBootstrapCommands1 f69e768d Separate compilation for commands included in cmCommands
Diffstat (limited to 'Source/cmQTWrapUICommand.h')
-rw-r--r--Source/cmQTWrapUICommand.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/Source/cmQTWrapUICommand.h b/Source/cmQTWrapUICommand.h
index 84b88a8f80..da439617aa 100644
--- a/Source/cmQTWrapUICommand.h
+++ b/Source/cmQTWrapUICommand.h
@@ -3,9 +3,14 @@
#ifndef cmQTWrapUICommand_h
#define cmQTWrapUICommand_h
+#include <cmConfigure.h>
+#include <string>
+#include <vector>
+
#include "cmCommand.h"
+#include "cmTypeMacro.h"
-#include "cmSourceFile.h"
+class cmExecutionStatus;
/** \class cmQTWrapUICommand
* \brief Create .h and .cxx files rules for Qt user interfaces files