diff options
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index b9996cc29..5a2a7100e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -57,6 +57,7 @@ find_package(Qt5Network 5.4.0 REQUIRED) find_package(Qt5X11Extras 5.4.0) find_package(Qt5DBus 5.4.0) find_package(Qt5Multimedia 5.4.0) +find_package(Qt5Sql 5.4.0) ADD_DEFINITIONS(-DQMMP_WS_X11) set(CMAKE_CXX_VISIBILITY_PRESET hidden) set(CMAKE_VISIBILITY_INLINES_HIDDEN 1) @@ -225,6 +226,7 @@ PRINT_SUMMARY ("ReplayGain Scanner ................" USE_RGSCAN TAGLIB_FOUND) PRINT_SUMMARY ("Stream browser ...................." USE_SB 1) PRINT_SUMMARY ("Track change ......................" USE_TRACKCHANGE 1) PRINT_SUMMARY ("Copy/Paste ........................" USE_COPYPASTE 1) +PRINT_SUMMARY ("History plugin ...................." USE_HISTORY Qt5Sql_FOUND) MESSAGE("") MESSAGE("File Dialogs:") |
