From 0c969362a32a2990c5b77e2720bc0f343957469d Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Wed, 3 Feb 2010 21:00:34 +0000 Subject: 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 --- CMakeLists.txt | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'CMakeLists.txt') 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("") -- cgit v1.2.3-13-gbd6f