diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2010-02-03 21:00:34 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2010-02-03 21:00:34 +0000 |
| commit | 0c969362a32a2990c5b77e2720bc0f343957469d (patch) | |
| tree | 1bcee268dfa149bd05cd4d57d5d98b046273e3cb /CMakeLists.txt | |
| parent | 72f0f5c74aa64a60d6c39f8490d7dd876bdf2885 (diff) | |
| download | qmmp-0c969362a32a2990c5b77e2720bc0f343957469d.tar.gz qmmp-0c969362a32a2990c5b77e2720bc0f343957469d.tar.bz2 qmmp-0c969362a32a2990c5b77e2720bc0f343957469d.zip | |
cue plugin: added automatic charset detection (Closes issue 50)
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@1542 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 304c08b86..c6e80ab06 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -136,4 +136,9 @@ PRINT_SUMMARY ("KDE4 notifications support ........" USE_KDENOTIFY 1) MESSAGE("") MESSAGE("File Dialogs:") PRINT_SUMMARY ("QMMP File Dialog .................." USE_QMMP_DIALOG 1) + +MESSAGE("") +MESSAGE("Advanced:") +PRINT_SUMMARY ("Automatic charset detection ......." USE_ENCA ENCA_FOUND) + MESSAGE("") |
