diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2015-08-11 09:20:00 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2015-08-11 09:20:00 +0000 |
| commit | 6d7a30b9865407dddb4723b705e12e627fafc208 (patch) | |
| tree | 4c3c14aa400fe92885932056d1fbd5263c20fe37 /CMakeLists.txt | |
| parent | 017d2d27bfbcd97ada407212e925b280ff3482b5 (diff) | |
| download | qmmp-6d7a30b9865407dddb4723b705e12e627fafc208.tar.gz qmmp-6d7a30b9865407dddb4723b705e12e627fafc208.tar.bz2 qmmp-6d7a30b9865407dddb4723b705e12e627fafc208.zip | |
updated build scripts
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@5368 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 56bbec2b8..3de8cb74e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -198,6 +198,7 @@ PRINT_SUMMARY ("QMMP File Dialog .................." USE_QMMP_DIALOG 1) MESSAGE("") MESSAGE("Advanced:") PRINT_SUMMARY ("Skinned user interface ............" USE_SKINNED X11_FOUND) +PRINT_SUMMARY ("Simple user interface (QSUI) ......" USE_QSUI 1) PRINT_SUMMARY ("Automatic charset detection ......." USE_ENCA ENCA_FOUND) PRINT_SUMMARY ("Directory association ............." USE_DIR_ASSOC 1) PRINT_SUMMARY ("Set RPATH in installed binaries ..." CMAKE_INSTALL_RPATH_USE_LINK_PATH 1) |
