Port to KF5/Qt5

To build for KF5 pass the option -DQT5_BUILD=ON to CMake

TerminalDisplayAccessible is disabled for Qt5 currently since I don't
have any experience with accessible stuff and it is more complicated
than just changing a few includes

REVIEW: 111937
This commit is contained in:
Alex Richardson
2013-08-13 21:26:59 +02:00
parent 4884fcdcd3
commit 4adfbe84bd
31 changed files with 269 additions and 48 deletions

View File

@@ -22,6 +22,8 @@
// Qt
#include <QtGui/QKeyEvent>
// KDE
#include <KIcon>
// Konsole
#include "ui_KeyBindingEditor.h"