put includes out of Widgets, so you can just do Plasma/Label, e.g.
svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=810063
This commit is contained in:
parent
9abfe2e1d0
commit
03552da98a
@ -212,7 +212,7 @@ install(FILES
|
||||
includes/PushButton
|
||||
includes/RadioButton
|
||||
includes/WebContent
|
||||
DESTINATION ${INCLUDE_INSTALL_DIR}/KDE/Plasma/Widgets)
|
||||
DESTINATION ${INCLUDE_INSTALL_DIR}/KDE/Plasma)
|
||||
|
||||
|
||||
if(QT_QTOPENGL_FOUND AND OPENGL_FOUND)
|
||||
|
@ -1 +1 @@
|
||||
#include "../../../plasma/widgets/checkbox.h"
|
||||
#include "../../plasma/widgets/checkbox.h"
|
||||
|
@ -1 +1 @@
|
||||
#include "../../../plasma/widgets/label.h"
|
||||
#include "../../plasma/widgets/label.h"
|
||||
|
@ -1 +1 @@
|
||||
#include "../../../plasma/widgets/lineedit.h"
|
||||
#include "../../plasma/widgets/lineedit.h"
|
||||
|
@ -1 +1 @@
|
||||
#include "../../../plasma/widgets/pushbutton.h"
|
||||
#include "../../plasma/widgets/pushbutton.h"
|
||||
|
@ -1 +1 @@
|
||||
#include "../../../plasma/widgets/radiobutton.h"
|
||||
#include "../../plasma/widgets/radiobutton.h"
|
||||
|
@ -1 +1 @@
|
||||
#include "../../../plasma/widgets/webcontent.h"
|
||||
#include "../../plasma/widgets/webcontent.h"
|
||||
|
Loading…
Reference in New Issue
Block a user