summaryrefslogtreecommitdiff
path: root/share/cmake-3.2/Help/command/qt_wrap_ui.rst
diff options
context:
space:
mode:
Diffstat (limited to 'share/cmake-3.2/Help/command/qt_wrap_ui.rst')
-rwxr-xr-xshare/cmake-3.2/Help/command/qt_wrap_ui.rst14
1 files changed, 0 insertions, 14 deletions
diff --git a/share/cmake-3.2/Help/command/qt_wrap_ui.rst b/share/cmake-3.2/Help/command/qt_wrap_ui.rst
deleted file mode 100755
index 4e033a8..0000000
--- a/share/cmake-3.2/Help/command/qt_wrap_ui.rst
+++ /dev/null
@@ -1,14 +0,0 @@
-qt_wrap_ui
-----------
-
-Create Qt user interfaces Wrappers.
-
-::
-
- qt_wrap_ui(resultingLibraryName HeadersDestName
- SourcesDestName SourceLists ...)
-
-Produce .h and .cxx files for all the .ui files listed in the
-SourceLists. The .h files will be added to the library using the
-HeadersDestNamesource list. The .cxx files will be added to the
-library using the SourcesDestNamesource list.