Standalone qt-dbus in kdesupport
Alexander Neundorf
neundorf at kde.org
Thu Jun 8 20:17:06 BST 2006
Hi,
On Thursday 08 June 2006 20:45, Paulo Jorge Guedes wrote:
...
> ===================================================================
> --- CMakeLists.txt (revision 549165)
> +++ CMakeLists.txt (working copy)
> @@ -1 +1,7 @@
> +PROJECT(kdesupport)
> +
> +if(WIN32)
> + ADD_SUBDIRECTORY( kdewin32 )
> +endif(WIN32)
> +
> ADD_SUBDIRECTORY( qt-dbus )
This looks good.
> ===================================================================
>
> FindKDEWIN32.cmake should also be changed. Perhaps it could use the same
> approach of FindQtDBus on Windows, and first try to find a KDEWIN32_DIR
> (like the QDBUS_DIR).
Both need some work.
Instead of
find_file(QDBUS_IDL2CPP_EXECUTABLE dbusidl2cpp.exe ...)
find_program(QDBUS_IDL2CPP_EXECUTABLE NAMES dbusidl2cpp PATHS ...)
should be used.
But I don't understand why QtDBUS should look for kdesupport.
Bye
Alex
--
Work: alexander.neundorf AT jenoptik.com - http://www.jenoptik-los.de
Home: neundorf AT kde.org - http://www.kde.org
alex AT neundorf.net - http://www.neundorf.net
More information about the kde-core-devel
mailing list