[Marble-devel] [Patch] fix marble data dirs on win32

Inge Wallin inge at lysator.liu.se
Sat Nov 3 17:40:06 CET 2007


On Saturday 03 November 2007 13:09, Torsten Rahn wrote:
> Hi Christian,
>
> On Saturday 03 November 2007 12:56:33 you wrote:
> > +++ src/lib/MarbleDirs.cpp      (working copy)
> > @@ -20,6 +20,9 @@
> >  //for getting app bundle path
> >  #include <ApplicationServices/ApplicationServices.h>
> >  #endif
> > +#if !defined(QTONLY)
> > +#include <kstandarddirs.h>
> > +#endif
>
> Unfortunately this is not a viable solution as this would change the
> libmarble binary to get compiled against KDE.
>
> Please find a different solution that doesn't require anything in
> marble/src/lib to have a KDE dependency (even an #ifdef'd one).

Yo tackat,

I know you want to keep Marble possible to use with Qt only, but why wouldn't 
an #ifdef'ed solution work? After all, Marble is now a part of KDEEDU, and we 
should really take advantage of all the new possibilities that gives us.

	-Inge

> Thanks in advance.
>
> Torsten

-- 
Inge Wallin               | Thus spake the master programmer:               |
                          |      "After three days without programming,     |
inge at lysator.liu.se       |       life becomes meaningless."                |
                          | Geoffrey James: The Tao of Programming.         |


More information about the Marble-devel mailing list