From 64d6b82212b4c2331a04d78e104cadbb034f66a0 Mon Sep 17 00:00:00 2001 From: Martin Rotter Date: Mon, 9 Dec 2013 15:09:14 +0100 Subject: [PATCH] cacsa --- CMakeLists.txt | 2 ++ src/gui/messagesview.h | 0 2 files changed, 2 insertions(+) mode change 100644 => 100755 CMakeLists.txt mode change 100644 => 100755 src/gui/messagesview.h diff --git a/CMakeLists.txt b/CMakeLists.txt old mode 100644 new mode 100755 index 889e69833..53ec290ee --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -43,7 +43,9 @@ set(MINIMUM_QT_VERSION 4.7.3) set(SOURCE_PACKAGE_SUFFIX "Source") set(EXE_NAME ${APP_LOW_NAME}) +# Options declaration. option(USE_QT_5 "Use Qt 5 for building" OFF) +option(BUNDLE_ICON_THEME "Equip installation with custom icon theme" ON) message(STATUS "[${APP_LOW_NAME}] Welcome to ${APP_NAME} compilation process.") message(STATUS "[${APP_LOW_NAME}] Compilation process begins right now.") diff --git a/src/gui/messagesview.h b/src/gui/messagesview.h old mode 100644 new mode 100755