Allow builds with Qt 5.2
REVIEW:114239
This commit is contained in:
parent
9462866755
commit
2495df8b01
@ -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
|
||||
|
@ -20,7 +20,7 @@
|
||||
#ifndef PACKAGEURLINTERCEPTOR_H
|
||||
#define PACKAGEURLINTERCEPTOR_H
|
||||
|
||||
#include <QQmlAbstractUrlInterceptor>
|
||||
#include <private/qqmlabstracturlinterceptor_p.h>
|
||||
|
||||
#include <plasmaquick/plasmaquick_export.h>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user