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

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

SVN commit 1099504 by reed:

merge 1099503 from 4.4: hide knotify from the OSX dock

 M  +6 -0      CMakeLists.txt  
 A             Info.plist.template   branches/KDE/4.4/kdebase/runtime/knotify/Info.plist.template#1099503


--- trunk/KDE/kdebase/runtime/knotify/CMakeLists.txt #1099503:1099504
@@ -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