diff options
Diffstat (limited to 'CMake')
| -rw-r--r-- | CMake/options.cmake | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/CMake/options.cmake b/CMake/options.cmake index ccb253522..cad4b86e2 100644 --- a/CMake/options.cmake +++ b/CMake/options.cmake @@ -610,6 +610,15 @@ endif (OPTION_FILESYSTEM_SUPPORT) ####################################################################### ####################################################################### +option (OPTION_USE_KDIALOG "Fl_Native_File_Chooser may run kdialog" ON) +if (OPTION_USE_KDIALOG) + set (USE_KDIALOG 1) +else () + set (USE_KDIALOG 0) +endif (OPTION_USE_KDIALOG) +####################################################################### + +####################################################################### option (OPTION_CREATE_ANDROID_STUDIO_IDE "create files needed to compile FLTK for Android" OFF) ####################################################################### |
