FINDKDE4 win32
Paulo Jorge Guedes
Paulo.Guedes at artelecom.pt
Thu May 4 19:55:31 CEST 2006
> -----Original Message-----
> From: David Faure [mailto:faure at kde.org]
> Sent: quinta-feira, 4 de Maio de 2006 17:18
> To: kde-buildsystem at kde.org
> Subject: Re: FINDKDE4 win32
>
> On Thursday 04 May 2006 17:20, Paulo Jorge Guedes wrote:
> > Hi,
> >
> > KDE4 libraries and dcopidl preprocessor are not being found here.
> > This is a known problem or something with my setup?
>
> Works on linux, so I think you have to investigate what's happening on
> win32.
Would this be the right fix to find dcopidl?
--- FindKDE4Internal.cmake (revision 537389)
+++ FindKDE4Internal.cmake (working copy)
@@ -395,7 +395,7 @@
)
#now search for the dcop utilities
- find_program(KDE4_DCOPIDL_EXECUTABLE NAME dcopidl PATHS
+ find_program(KDE4_DCOPIDL_EXECUTABLE NAMES dcopidl dcopidl.bat PATHS
${KDE4_BIN_INSTALL_DIR}
$ENV{KDEDIR}/bin
/opt/kde/bin
Paulo
More information about the Kde-buildsystem
mailing list