Re: Using qplatformdefs.h

2012-11-28 Thread David Faure
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

Re: Using qplatformdefs.h

2012-11-26 Thread Stephen Kelly
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.

Using qplatformdefs.h

2012-11-25 Thread David Faure
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?