diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2021-01-07 17:49:56 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2021-01-07 17:49:56 +0000 |
| commit | 1a13270970c4194a0f3c306c0a9bb8e72e42c1fd (patch) | |
| tree | 891a6bb950a490c6532d8b7e6c5c2d6deb51e269 /CMakeLists.txt | |
| parent | 26c0acfe811b4494d4aeb0763362eedddcff4806 (diff) | |
| download | qmmp-1a13270970c4194a0f3c306c0a9bb8e72e42c1fd.tar.gz qmmp-1a13270970c4194a0f3c306c0a9bb8e72e42c1fd.tar.bz2 qmmp-1a13270970c4194a0f3c306c0a9bb8e72e42c1fd.zip | |
updated cmake files
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@9619 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 5ceb908e6..90fcdd824 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -231,6 +231,7 @@ PRINT_SUMMARY ("Track change .........................." USE_TRACKCHANGE 1) PRINT_SUMMARY ("Copy/Paste ............................" USE_COPYPASTE 1) PRINT_SUMMARY ("History plugin ........................" USE_HISTORY Qt5Sql_FOUND) PRINT_SUMMARY ("Sleep mode inhibition plugin .........." USE_SLEEPINHIBITOR Qt5DBus_FOUND) +PRINT_SUMMARY ("Media library plugin .................." USE_LIBRARY 1) PRINT_SUMMARY ("Taskbar plugin (Windows) .............." USE_TASKBAR Qt5WinExtras_FOUND) PRINT_SUMMARY ("Removable device detection (Windows) .." USE_RDETECT Qt5WinExtras_FOUND) |
