Fix build.
Not sure why kdeclarative gets its own subdir, nor why there is no CMake module to to add it to the include dirs on find_package, but this matches what plasma-framework does at the moment.
This commit is contained in:
parent
7bd86505f5
commit
5435568f86
3 changed files with 3 additions and 3 deletions
|
@ -30,7 +30,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
#include <KDE/KStandardDirs>
|
||||
#include <kdebug.h>
|
||||
#include <kglobalsettings.h>
|
||||
#include <kdeclarative.h>
|
||||
#include <kdeclarative/kdeclarative.h>
|
||||
|
||||
#include <kwinglutils.h>
|
||||
|
||||
|
|
|
@ -36,7 +36,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
#include <KDE/KGlobal>
|
||||
#include <KDE/KPluginInfo>
|
||||
#include <KDE/KServiceTypeTrader>
|
||||
#include <kdeclarative.h>
|
||||
#include <kdeclarative/kdeclarative.h>
|
||||
// Qt
|
||||
#include <QtDBus/QDBusConnection>
|
||||
#include <QtDBus/QDBusMessage>
|
||||
|
|
|
@ -40,7 +40,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
#include <KDE/Plasma/FrameSvg>
|
||||
#include <KDE/Plasma/Theme>
|
||||
#include <kwindoweffects.h>
|
||||
#include <kdeclarative.h>
|
||||
#include <kdeclarative/kdeclarative.h>
|
||||
// KWin
|
||||
#include "thumbnailitem.h"
|
||||
#include <kwindowsystem.h>
|
||||
|
|
Loading…
Reference in a new issue