On Monday 26 November 2012 09:32:31 Stephen Kelly wrote:
> David Faure wrote:
> > KF5-with-Qt5 compilation is currently broken because we can't locate
> > qplatformdefs.h
> >
> > This used to come from this line:
> > tier1/kcoreaddons/src/CMakeLists.txt: 74:
> > include_directories(${QT_MKSPECS_DI
David Faure wrote:
> KF5-with-Qt5 compilation is currently broken because we can't locate
> qplatformdefs.h
>
> This used to come from this line:
> tier1/kcoreaddons/src/CMakeLists.txt: 74:
> include_directories(${QT_MKSPECS_DIR}/default) # for qplatformdefs.h
That line can be removed I think.
KF5-with-Qt5 compilation is currently broken because we can't locate
qplatformdefs.h
This used to come from this line:
tier1/kcoreaddons/src/CMakeLists.txt: 74:
include_directories(${QT_MKSPECS_DIR}/default) # for qplatformdefs.h
But QT_MKSPECS_DIR isn't set anymore.
How can we get this back?