Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
CMB
SMTK
Commits
0a1bff76
Commit
0a1bff76
authored
Mar 06, 2017
by
Ben Boeckel
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
polygon/plugin: use the new Qt wrapping macros
parent
3dcd3e8c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
15 deletions
+6
-15
smtk/bridge/polygon/plugin/CMakeLists.txt
smtk/bridge/polygon/plugin/CMakeLists.txt
+6
-15
No files found.
smtk/bridge/polygon/plugin/CMakeLists.txt
View file @
0a1bff76
...
...
@@ -7,21 +7,12 @@ include(ParaViewPlugins)
# not be found.
list
(
APPEND CMAKE_MODULE_PATH
"
${
VTK_MODULES_DIR
}
"
)
IF
(
PARAVIEW_QT_VERSION VERSION_GREATER
"4"
)
QT5_WRAP_CPP
(
MOC_SRCS qtPolygonEdgeOperationView.h
)
QT5_WRAP_CPP
(
MOC_SRCS qtExtractContoursView.h
)
if
(
SMTK_ENABLE_OPENCV
)
QT5_WRAP_CPP
(
MOC_SRCS qtSurfaceExtractorView.h
)
endif
()
# QT5_WRAP_UI(UI_SRCS qtPolygonEdgeOperationView.ui)
ELSE
()
QT4_WRAP_CPP
(
MOC_SRCS qtPolygonEdgeOperationView.h
)
QT4_WRAP_CPP
(
MOC_SRCS qtExtractContoursView.h
)
if
(
SMTK_ENABLE_OPENCV
)
QT4_WRAP_CPP
(
MOC_SRCS qtSurfaceExtractorView.h
)
endif
()
# QT4_WRAP_UI(UI_SRCS qtPolygonEdgeOperationView.ui)
ENDIF
()
smtk_qt_wrap_cpp
(
MOC_SRCS qtPolygonEdgeOperationView.h
)
smtk_qt_wrap_cpp
(
MOC_SRCS qtExtractContoursView.h
)
if
(
SMTK_ENABLE_OPENCV
)
smtk_qt_wrap_cpp
(
MOC_SRCS qtSurfaceExtractorView.h
)
endif
()
#smtk_qt_wrap_cpp(UI_SRCS qtPolygonEdgeOperationView.ui)
ADD_SMTK_UI_VIEW
(
OUTIFACES
...
...
Ben Boeckel
@ben.boeckel
mentioned in commit
315e6012
·
Mar 24, 2017
mentioned in commit
315e6012
mentioned in commit 315e6012b55d7f19564dd1d2ae0cf0880be6e7f0
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment