diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2018-09-23 20:45:55 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2018-09-23 20:45:55 +0000 |
| commit | 822e613ba535aedfe1220b5b9689c55b68050057 (patch) | |
| tree | ee4b87c74b08400d93a5e8d967a64faa838fa46f /CMakeLists.txt | |
| parent | cbf576255826458224eb9788ac88e72ba6f77b20 (diff) | |
| download | qmmp-822e613ba535aedfe1220b5b9689c55b68050057.tar.gz qmmp-822e613ba535aedfe1220b5b9689c55b68050057.tar.bz2 qmmp-822e613ba535aedfe1220b5b9689c55b68050057.zip | |
added history plugin
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@8360 90c681e8-e032-0410-971d-27865f9a5e38
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:") |
