kde-workspace build error in kcontrol/randr/

2012-04-02 Thread Viranch Mehta
Hi, I am trying to re-build kde-workspace since days now, and I seem to have stuck at the same point. I get this build error inside kcontrol/randr. I looked at the code and I think the reason is, all of the code inside the #ifdef HAS_RANDR_1_{2,3} is not built since i

Re: Running static Qt binaries under KDE

2012-04-02 Thread Hugo Pereira Da Costa
On 04/02/2012 06:36 PM, Martin Gräßlin wrote: Am 02.04.2012 18:20, schrieb Nikos Chantziaras: If you want the Oxygen style in your app, there's a workaround: use the Gtk style and make Gtk use Oxygen. The Oxygen-Gtk plugin has no Qt dependency: $ ldd /usr/lib64/gtk-2.0/2.10.0/engines/liboxyge

Re: Running static Qt binaries under KDE

2012-04-02 Thread Martin Gräßlin
Am 02.04.2012 18:20, schrieb Nikos Chantziaras: If you want the Oxygen style in your app, there's a workaround: use the Gtk style and make Gtk use Oxygen. The Oxygen-Gtk plugin has no Qt dependency: $ ldd /usr/lib64/gtk-2.0/2.10.0/engines/liboxygen-gtk.so | grep -c Qt 0 Oxygen-Gtk has visu

Re: Running static Qt binaries under KDE

2012-04-02 Thread Nikos Chantziaras
On 02/04/12 16:32, Thiago Macieira wrote: On segunda-feira, 2 de abril de 2012 10.07.54, Thiago Macieira wrote: On segunda-feira, 2 de abril de 2012 15.49.25, Nikos Chantziaras wrote: On 02/04/12 15:38, Thiago Macieira wrote: On segunda-feira, 2 de abril de 2012 15.17.31, Nikos Chantziaras wro

apply to participate in GSoC

2012-04-02 Thread Andrej Gajdoš
Hi, I would like to participate in GSoC. I'm interested in Video Slideshow Generator in digiKam project. I have moderate knowledge of C (algorithmic and applied tasks, other APIs such as Win32 - system programming, OpenGl) and other programming languages. I haven't experience in Linux system progr

Re: Running static Qt binaries under KDE

2012-04-02 Thread Thiago Macieira
On segunda-feira, 2 de abril de 2012 10.07.54, Thiago Macieira wrote: > On segunda-feira, 2 de abril de 2012 15.49.25, Nikos Chantziaras wrote: > > On 02/04/12 15:38, Thiago Macieira wrote: > > > On segunda-feira, 2 de abril de 2012 15.17.31, Nikos Chantziaras wrote: > > >> Hello. > > >> > > >> I

Re: Running static Qt binaries under KDE

2012-04-02 Thread Thiago Macieira
On segunda-feira, 2 de abril de 2012 15.49.25, Nikos Chantziaras wrote: > On 02/04/12 15:38, Thiago Macieira wrote: > > On segunda-feira, 2 de abril de 2012 15.17.31, Nikos Chantziaras wrote: > >> Hello. > >> > >> I have a use case where linking an executable statically against Qt > >> makes sense

Re: Running static Qt binaries under KDE

2012-04-02 Thread Nikos Chantziaras
On 02/04/12 15:38, Thiago Macieira wrote: On segunda-feira, 2 de abril de 2012 15.17.31, Nikos Chantziaras wrote: Hello. I have a use case where linking an executable statically against Qt makes sense. However, the resulting binary fails to use KDE's current widget style (like Oxygen). Is thi

Re: Running static Qt binaries under KDE

2012-04-02 Thread Thiago Macieira
On segunda-feira, 2 de abril de 2012 15.17.31, Nikos Chantziaras wrote: > Hello. > > I have a use case where linking an executable statically against Qt > makes sense. However, the resulting binary fails to use KDE's current > widget style (like Oxygen). Is this even possible with binaries that

Running static Qt binaries under KDE

2012-04-02 Thread Nikos Chantziaras
Hello. I have a use case where linking an executable statically against Qt makes sense. However, the resulting binary fails to use KDE's current widget style (like Oxygen). Is this even possible with binaries that link-in Qt statically? At first I thought it's because of version mismatches