kdeui/kglobalaccel_win.h

Benjamin Reed rangerrick at gmail.com
Wed Apr 5 00:09:35 CEST 2006


On 4/4/06, Maarten Th. Mulders <maarten.mulders at student.eur.nl> wrote:

> when building, kglobalaccel.h can't find kdeui/kglobalaccel_win.h.
> Indeed, this file does not exist. KDE 3.4 has it, but it  uses Qt3. How
> to solve this problem?

I think cmake was scanning the dependencies of kglobalaccel.cpp and
thought it might need kglobalaccel_win.h since it was included inside
an #ifdef, even though it didn't exist anymore.

I removed it from kglobalaccel.cpp and it built fine.


More information about the Kde-buildsystem mailing list