[Pkg-owncloud-commits] [qtkeychain] 51/115: Build on Mac again

Sandro Knauß hefee-guest at moszumanska.debian.org
Sat Mar 15 19:25:45 UTC 2014


This is an automated email from the git hooks/post-receive script.

hefee-guest pushed a commit to branch master
in repository qtkeychain.

commit f7e03e45310a2ab618217d58d6151db3fdd8d878
Author: Frank Osterfeld <frank.osterfeld at kdab.com>
Date:   Wed Jan 23 10:27:03 2013 +0100

    Build on Mac again
---
 CMakeLists.txt | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 965f86b..c86d18d 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -39,18 +39,18 @@ if (Qt5Core_FOUND)
 else()
   if(UNIX AND NOT APPLE)
     find_package(Qt4 COMPONENTS QtCore QtDBus REQUIRED)
+    set(QTDBUS_LIBRARIES ${QT_QTDBUS_LIBRARY})
     macro(qt_add_dbus_interface)
       qt4_add_dbus_interface(${ARGN})
     endmacro()
-    macro(qt_wrap_cpp)
-      qt4_wrap_cpp(${ARGN})
-    endmacro()
-    set(QTDBUS_LIBRARIES ${QT_QTDBUS_LIBRARY})
   else()
     find_package(Qt4 COMPONENTS QtCore REQUIRED)
   endif()
   include_directories(${QT_INCLUDES})
   set(QTCORE_LIBRARIES ${QT_QTCORE_LIBRARY})
+  macro(qt_wrap_cpp)
+    qt4_wrap_cpp(${ARGN})
+  endmacro()
 endif()
 
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/qtkeychain.git



More information about the Pkg-owncloud-commits mailing list