mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-23 14:48:19 -05:00
ENH: add option for qt dialog
This commit is contained in:
@@ -386,6 +386,12 @@ IF(BUILD_MFCDialog)
|
||||
SUBDIRS(MFCDialog)
|
||||
ENDIF(BUILD_MFCDialog)
|
||||
|
||||
# Qt GUI
|
||||
OPTION(BUILD_QtDialog "Build Qt dialog for CMake" FALSE)
|
||||
IF(BUILD_QtDialog)
|
||||
SUBDIRS(QtDialog)
|
||||
ENDIF(BUILD_QtDialog)
|
||||
|
||||
# WX Widgets GUI
|
||||
OPTION(BUILD_WXDialog "Build wxWidgets dialog for CMake" FALSE)
|
||||
MARK_AS_ADVANCED(BUILD_WXDialog)
|
||||
|
||||
Reference in New Issue
Block a user