This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/107665/

Review request for kdewin and Nepomuk.
By Thomas Friedrichsmeier.

Description

Frankly, I am not sure at all, whether this is the correct place to fix the issue.
Either way, without this, building of kde-runtime on WinXP fails, because calls like the following (in kde-runtime/nepomuk/kcm/CMakeLists.txt):
  qt4_add_dbus_interface(kcmnepomuk_SRCS ${NEPOMUK_CORE_DBUS_INTERFACES_DIR}/org.kde.NepomukServer.xml nepomukserverinterface)
will look for the interface in a location _relative_ to the current sources. Sorry, I forgot to make a copy of the exact error message.

Making ${NEPOMUK_CORE_DBUS_INTERFACES_DIR} an absolute path works around this, successfully, but again, I'm not sure, whether that is the correct fix.

Testing

With the patch to nepomuk-core, kde-runtime compiles with MinGW4 on WinXP. Previously it did not.

Diffs

  • NepomukCoreConfig.cmake.in (81c084b50ea065d98798bf86e698dfdf1c8284d7)

View Diff