On Sonntag, 23. März 2014 09:26:11 CEST, mk-li...@email.de wrote:
This patch file does NOT yet achieve the expected up to now:

—
--- pics/CMakeLists.txt 2014-03-23 09:03:11.000000000 +0100
+++ pics/CMakeLists.txt.new     2014-03-23 09:12:01.000000000 +0100
@@ -7,3 +7,6 @@
 ########### install files ###############

 kde4_install_icons(${ICON_INSTALL_DIR})
+
+#QT4_ADD_DBUS_ADAPTOR(kmymoney_SRCS org.kde.kmymoney.xml kmymoney.h KMyMoneyApp)
+KDE4_ADD_APP_ICON( kdevelop_SRCS hi*-app-kdevelop.png )
—

Perhaps because there is no 128x128 pixel PNG yet?!


http://quickgit.kde.org/?p=kdevelop.git&a=blob&h=d84253d6bf8ccbabb2878d376128eb3e43c36561&f=app%2FCMakeLists.txt&o=plain
kdevelop/app/CMakeLists.txt *does* have
kde4_add_app_icon(kdevelop_bin_SRCS 
"${CMAKE_CURRENT_SOURCE_DIR}/../pics/hi*-app-kdevelop.png")

As you probably figured, the QT4_ADD_DBUS_ADAPTOR is not relevant and will esp. 
not configure (it'll cause a cmake error if put into the kdevelop context, just 
as your KDE4_ADD_APP_ICON should likely in the pics subdir, as kdevelop_SRCS 
isn't definedanywhere)

Cheers,
Thomas

Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<

Reply via email to