kdesupport/automoc
Alexander Neundorf
neundorf at kde.org
Mon Jun 21 21:52:03 CEST 2010
On Monday 24 May 2010, Alexander Neundorf wrote:
> On Thursday 20 May 2010, Patrick Spendrin wrote:
> > SVN commit 1128891 by sengels:
> >
> > Hack the hack.
> >
> > M +3 -0 Automoc4Config.cmake
> >
> >
> > --- trunk/kdesupport/automoc/Automoc4Config.cmake #1128890:1128891
> > @@ -62,6 +62,9 @@
> > else(EXISTS ${_AUTOMOC4_CURRENT_DIR}/kde4automoc.cpp)
> > get_filename_component(_AUTOMOC4_BIN_DIR "${_AUTOMOC4_CURRENT_DIR}"
> > PATH)
> > get_filename_component(_AUTOMOC4_BIN_DIR "${_AUTOMOC4_BIN_DIR}" PATH)
> > + if(WIN32)
> > + get_filename_component(_AUTOMOC4_BIN_DIR "${_AUTOMOC4_BIN_DIR}
> > REALPATH")
> > + endif(WIN32)
>
> Why is this necessary ?
Hmm, I'd still like to know why...
Alex
P.S. please keep me on CC
More information about the Kde-buildsystem
mailing list