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

List:       kde-commits
Subject:    branches/KDE/4.4/kdebase/runtime/knotify
From:       Benjamin Reed <ranger () befunk ! com>
Date:       2010-03-05 17:48:42
Message-ID: 1267811322.074029.2203.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 1099503 by reed:

hide knotify from the OSX dock

 M  +6 -0      CMakeLists.txt  
 A             Info.plist.template  


--- branches/KDE/4.4/kdebase/runtime/knotify/CMakeLists.txt #1099502:1099503
@@ -22,6 +22,12 @@
 set (knotify_OUTPUT_NAME knotify4)
 kde4_add_executable( knotify ${knotify_SRCS})
 
+if (Q_WS_MAC)
+    set_target_properties(knotify PROPERTIES MACOSX_BUNDLE_INFO_PLIST ${CMAKE_CURRENT_SOURCE_DIR}/Info.plist.template)
+    set_target_properties(knotify PROPERTIES MACOSX_BUNDLE_GUI_IDENTIFIER "org.kde.knotify4")
+    set_target_properties(knotify PROPERTIES MACOSX_BUNDLE_BUNDLE_NAME "KDE Notify")
+endif (Q_WS_MAC)
+
 target_link_libraries( knotify ${KDE4_KDEUI_LIBS} ${KDE4_PHONON_LIBS})
 
 set_target_properties(knotify PROPERTIES OUTPUT_NAME knotify4 )
[prev in list] [next in list] [prev in thread] [next in thread] 

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