Re: Fwd: Re: kscreengenie

2015-04-20 Thread Sune Vuorela
On 2015-04-20, Boudhayan Gupta wrote: > Well, Sune Vuorela and Luigi Toscano got on my back and I ended up > re-doing the ungrab workaround the proper way, without the dependency > on private headers, so yay! Try building master now. Yay. Thanks. /Sune >> Visit http://mail.kde.org/mailman/list

Re: Fwd: Re: kscreengenie

2015-04-20 Thread Boudhayan Gupta
Well, Sune Vuorela and Luigi Toscano got on my back and I ended up re-doing the ungrab workaround the proper way, without the dependency on private headers, so yay! Try building master now. Also, the debug build could explain the slowness. On 21 April 2015 at 03:49, Gregor Mi wrote: > Hi > > I f

Re: Fwd: Re: kscreengenie

2015-04-20 Thread Gregor Mi
Hi I found the following: After include_directories(${Qt5QuickWidgets_PRIVATE_INCLUDE_DIRS}) I added: ``` list(LENGTH Qt5QuickWidgets_PRIVATE_INCLUDE_DIRS len) message(STATUS "len = ${len}") message(Qt5QuickWidgets_PRIVATE_INCLUDE_DIRS = ${Qt5QuickWidgets_PRIVATE_INCLUDE_DIRS}) ``` which outpu

Re: Fwd: Re: kscreengenie

2015-04-20 Thread Gregor Mi
1) private devel package is installed now, version 5.4.1 (with version 5.4.2 the required private header devel package is not available) 2) file exists: /usr/include/qt5/QtQuickWidgets/5.4.1/QtQuickWidgets/private/qquickwidget_p.h 3) make clean build on project 4) still this error: ``` [ 18%] [

Re: Fwd: Re: kscreengenie

2015-04-20 Thread šumski
On Monday 20 of April 2015 14:22:02 Gregor Mi wrote: > Hmm. Maybe I have to install another package to have > QtQuickWidgets/private/qquickwidget_p.h ? Currently I these private-headers > installed: > > http://wstaw.org/m/2015/04/20/plasma-desktopLJ1852.png Version 5.4.2 Needed package name on op

Fwd: Re: kscreengenie

2015-04-20 Thread Gregor Mi
Hmm. Maybe I have to install another package to have QtQuickWidgets/private/qquickwidget_p.h ? Currently I these private-headers installed: http://wstaw.org/m/2015/04/20/plasma-desktopLJ1852.png Version 5.4.2 Forwarded Message Subject:Re: kscreengenie / was: Review Req