Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Christian Butz
VTK
Commits
69689b9d
Commit
69689b9d
authored
Dec 22, 2005
by
Amy Squillacote
Browse files
COMP: suppressing Qt-related compile warnings
parent
b9d4ca74
Changes
4
Hide whitespace changes
Inline
Side-by-side
Examples/GUI/Qt/CMakeLists.txt
View file @
69689b9d
...
...
@@ -2,3 +2,5 @@
SUBDIRS
(
ImageViewer SimpleView Events
)
CONFIGURE_FILE
(
"
${
CMAKE_CURRENT_SOURCE_DIR
}
/CTestCustom.ctest.in"
"
${
CMAKE_CURRENT_BINARY_DIR
}
/CTestCustom.ctest"
@ONLY IMMEDIATE
)
Examples/GUI/Qt/CTestCustom.ctest.in
0 → 100644
View file @
69689b9d
SET(CTEST_CUSTOM_WARNING_EXCEPTION
${CTEST_CUSTOM_WARNING_EXCEPTION}
"QtCore/"
"QtGui/"
)
GUISupport/Qt/CMakeLists.txt
View file @
69689b9d
...
...
@@ -184,3 +184,5 @@ IF(NOT VTK_INSTALL_NO_LIBRARIES)
INSTALL_TARGETS
(
${
VTK_INSTALL_LIB_DIR
}
QVTK
)
ENDIF
(
NOT VTK_INSTALL_NO_LIBRARIES
)
CONFIGURE_FILE
(
"
${
CMAKE_CURRENT_SOURCE_DIR
}
/CTestCustom.ctest.in"
"
${
CMAKE_CURRENT_BINARY_DIR
}
/CTestCustom.ctest"
@ONLY IMMEDIATE
)
GUISupport/Qt/CTestCustom.ctest.in
0 → 100644
View file @
69689b9d
SET(CTEST_CUSTOM_WARNING_EXCEPTION
${CTEST_CUSTOM_WARNING_EXCEPTION}
"QtCore/"
"QtGui/"
)
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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