aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/FileDialogs/CMakeLists.txt
blob: 8fd39edfd1dfc0b5654b9f74834c9b2969d422a9 (plain) (blame)
1
2
3
4
5
SET(USE_QMMP_DIALOG TRUE CACHE BOOL "enable/disable Qmmp file dialog")

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