Allow builds with Qt 5.2

REVIEW:114239
This commit is contained in:
Andrea Scarpino 2013-12-01 18:59:13 +01:00 committed by Andrea Scarpino
parent 9462866755
commit 2495df8b01
2 changed files with 3 additions and 1 deletions

View File

@ -41,6 +41,8 @@ endif()
set (QT_MIN_VERSION "5.2.0")
find_package(Qt5 REQUIRED NO_MODULE COMPONENTS Quick X11Extras Sql UiTools Qml Widgets Svg Declarative Script Test PrintSupport)
# QQmlAbstractUrlInterceptor is not Public yet
include_directories( ${Qt5Qml_PRIVATE_INCLUDE_DIRS} )
find_package(KF5 CONFIG REQUIRED KIdleTime ItemModels KWidgetsAddons KWindowSystem KCodecs KArchive KCoreAddons Solid ThreadWeaver
KConfig KAuth KJS KWallet KDBusAddons KI18n KGuiAddons KConfigWidgets

View File

@ -20,7 +20,7 @@
#ifndef PACKAGEURLINTERCEPTOR_H
#define PACKAGEURLINTERCEPTOR_H
#include <QQmlAbstractUrlInterceptor>
#include <private/qqmlabstracturlinterceptor_p.h>
#include <plasmaquick/plasmaquick_export.h>