From 0e16a6b846be354b5dd7e55d67d83e70ad28bb80 Mon Sep 17 00:00:00 2001 From: Laurent Montel Date: Sun, 29 Jul 2007 11:35:29 +0000 Subject: [PATCH] Add missing include file svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=693883 --- CMakeLists.txt | 7 +++++++ includes/GLApplet | 1 + 2 files changed, 8 insertions(+) create mode 100644 includes/GLApplet diff --git a/CMakeLists.txt b/CMakeLists.txt index 722ac7be1..034cafbcf 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -131,6 +131,13 @@ install(FILES includes/Svg DESTINATION ${INCLUDE_INSTALL_DIR}/KDE/Plasma) +if(QT_QTOPENGL_FOUND AND OPENGL_FOUND) +install(FILES + includes/GLApplet + DESTINATION ${INCLUDE_INSTALL_DIR}/KDE/Plasma) +endif(QT_QTOPENGL_FOUND AND OPENGL_FOUND) + + install(FILES servicetypes/plasma-animator.desktop servicetypes/plasma-applet.desktop diff --git a/includes/GLApplet b/includes/GLApplet new file mode 100644 index 000000000..4019ddcde --- /dev/null +++ b/includes/GLApplet @@ -0,0 +1 @@ +#include "../../plasma/glapplet.h"