aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/FileDialogs/CMakeLists.txt
blob: 284d682412d1ee37064fc4d3562c11061faa4a8e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
SET(USE_QMMP_DIALOG TRUE CACHE BOOL "enable/disable Qmmp file dialog")
SET(USE_TWO_PANEL_DIALOG TRUE CACHE BOOL "enable/disable Two-panel file dialog")

IF(USE_QMMP_DIALOG)
add_subdirectory(QmmpFileDialog)
ENDIF(USE_QMMP_DIALOG)

IF(USE_TWO_PANEL_DIALOG)
add_subdirectory(TwoPanelFileDialog)
ENDIF(USE_TWO_PANEL_DIALOG)