Revert "Install header for Dialog so it's publically subclassable as discussed."
This reverts commit baff217874
.
This commit is contained in:
parent
baff217874
commit
1e5524525f
@ -85,25 +85,23 @@ set_target_properties(KF5PlasmaQuick PROPERTIES
|
|||||||
|
|
||||||
install(TARGETS KF5PlasmaQuick EXPORT KF5PlasmaQuickTargets ${INSTALL_TARGETS_DEFAULT_ARGS})
|
install(TARGETS KF5PlasmaQuick EXPORT KF5PlasmaQuickTargets ${INSTALL_TARGETS_DEFAULT_ARGS})
|
||||||
|
|
||||||
generate_export_header(KF5PlasmaQuick
|
generate_export_header(KF5PlasmaQuick BASE_NAME PlasmaQuick)
|
||||||
BASE_NAME PlasmaQuick
|
|
||||||
EXPORT_FILE_NAME plasmaquick/plasmaquick_export.h)
|
|
||||||
|
|
||||||
ecm_generate_headers(PlasmaQuick_CamelCase_HEADERS
|
set(plasmaquick_LIB_INCLUDES
|
||||||
HEADER_NAMES
|
${CMAKE_CURRENT_BINARY_DIR}/plasmaquick_export.h
|
||||||
Dialog
|
appletquickitem.h
|
||||||
REQUIRED_HEADERS PlasmaQuick_HEADERS
|
view.h
|
||||||
PREFIX PlasmaQuick
|
configview.h
|
||||||
|
configmodel.h
|
||||||
|
packageurlinterceptor.h
|
||||||
)
|
)
|
||||||
|
|
||||||
install(FILES
|
#install(FILES ${plasmaquick_LIB_INCLUDES}
|
||||||
${PlasmaQuick_HEADERS}
|
# DESTINATION ${INCLUDE_INSTALL_DIR}/plasmaquick COMPONENT Devel)
|
||||||
${CMAKE_CURRENT_BINARY_DIR}/plasmaquick/plasmaquick_export.h
|
|
||||||
DESTINATION ${INCLUDE_INSTALL_DIR}/plasmaquick COMPONENT Devel)
|
|
||||||
|
|
||||||
install(FILES
|
#install(DIRECTORY
|
||||||
${PlasmaQuick_CamelCase_HEADERS}
|
# includes/PlasmaQuick
|
||||||
DESTINATION ${INCLUDE_INSTALL_DIR}/PlasmaQuick COMPONENT Devel)
|
# DESTINATION ${INCLUDE_INSTALL_DIR}/KDE COMPONENT Devel)
|
||||||
|
|
||||||
set(CMAKECONFIG_INSTALL_DIR "${CMAKECONFIG_INSTALL_PREFIX}/KF5PlasmaQuick")
|
set(CMAKECONFIG_INSTALL_DIR "${CMAKECONFIG_INSTALL_PREFIX}/KF5PlasmaQuick")
|
||||||
|
|
||||||
|
@ -28,7 +28,7 @@
|
|||||||
|
|
||||||
#include <Plasma/Package>
|
#include <Plasma/Package>
|
||||||
|
|
||||||
#include <plasmaquick/plasmaquick_export.h>
|
#include <plasmaquick_export.h>
|
||||||
|
|
||||||
//
|
//
|
||||||
// W A R N I N G
|
// W A R N I N G
|
||||||
|
@ -24,7 +24,7 @@
|
|||||||
#include <QQmlListProperty>
|
#include <QQmlListProperty>
|
||||||
#include <QAbstractListModel>
|
#include <QAbstractListModel>
|
||||||
|
|
||||||
#include <plasmaquick/plasmaquick_export.h>
|
#include <plasmaquick_export.h>
|
||||||
|
|
||||||
//
|
//
|
||||||
// W A R N I N G
|
// W A R N I N G
|
||||||
|
@ -23,7 +23,7 @@
|
|||||||
|
|
||||||
#include <QQuickView>
|
#include <QQuickView>
|
||||||
|
|
||||||
#include <plasmaquick/plasmaquick_export.h>
|
#include <plasmaquick_export.h>
|
||||||
|
|
||||||
//
|
//
|
||||||
// W A R N I N G
|
// W A R N I N G
|
||||||
|
@ -31,7 +31,7 @@
|
|||||||
|
|
||||||
#include <netwm_def.h>
|
#include <netwm_def.h>
|
||||||
|
|
||||||
#include <plasmaquick/plasmaquick_export.h>
|
#include <plasmaquick_export.h>
|
||||||
|
|
||||||
//
|
//
|
||||||
// W A R N I N G
|
// W A R N I N G
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
|
|
||||||
#include <QQmlAbstractUrlInterceptor>
|
#include <QQmlAbstractUrlInterceptor>
|
||||||
|
|
||||||
#include <plasmaquick/plasmaquick_export.h>
|
#include <plasmaquick_export.h>
|
||||||
|
|
||||||
#include <Plasma/Package>
|
#include <Plasma/Package>
|
||||||
|
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
|
|
||||||
#include <Plasma/PluginLoader>
|
#include <Plasma/PluginLoader>
|
||||||
|
|
||||||
#include <plasmaquick/plasmaquick_export.h>
|
#include <plasmaquick_export.h>
|
||||||
|
|
||||||
class PLASMAQUICK_EXPORT ShellPluginLoader : public Plasma::PluginLoader
|
class PLASMAQUICK_EXPORT ShellPluginLoader : public Plasma::PluginLoader
|
||||||
{
|
{
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
|
|
||||||
#include <QtQuick/QQuickView>
|
#include <QtQuick/QQuickView>
|
||||||
|
|
||||||
#include <plasmaquick/plasmaquick_export.h>
|
#include <plasmaquick_export.h>
|
||||||
#include "plasma/corona.h"
|
#include "plasma/corona.h"
|
||||||
#include "plasma/containment.h"
|
#include "plasma/containment.h"
|
||||||
|
|
||||||
@ -81,7 +81,7 @@ public:
|
|||||||
* @return the location of this View
|
* @return the location of this View
|
||||||
**/
|
**/
|
||||||
Plasma::Types::Location location() const;
|
Plasma::Types::Location location() const;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Sets the location of the View
|
* Sets the location of the View
|
||||||
* @param location the location of the View
|
* @param location the location of the View
|
||||||
|
Loading…
Reference in New Issue
Block a user