[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    [kbibtex] /: Adding message whether built-in or system version of LibQxt will be used
From:       Thomas Fischer <fischer () unix-ag ! uni-kl ! de>
Date:       2013-12-31 17:04:09
Message-ID: E1Vy2jh-0005jv-MV () scm ! kde ! org
[Download RAW message or body]

Git commit 3c4f6d319b643900f015eb4d88199fe04959f060 by Thomas Fischer.
Committed on 30/12/2013 at 21:36.
Pushed by thomasfischer into branch 'master'.

Adding message whether built-in or system version of LibQxt will be used

M  +11   -0    CMakeLists.txt

http://commits.kde.org/kbibtex/3c4f6d319b643900f015eb4d88199fe04959f060

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 194ba74..45fd33a 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -122,6 +122,17 @@ macro_log_feature(
 find_package(
     Qxt
 )
+if(QXT_FOUND_QXTCORE AND QXT_FOUND_QXTGUI)
+    message(
+        STATUS
+        "Using system installation of LibQxt instead of built-in version"
+    )
+else()
+    message(
+        STATUS
+        "No system installation of LibQxt found, using built-in version in=
stead"
+    )
+endif()
 =

 =

 add_subdirectory(

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic