diff --git a/ornplugin.pro b/ornplugin.pro index 229b80f..5a52681 100644 --- a/ornplugin.pro +++ b/ornplugin.pro @@ -1,11 +1,13 @@ TEMPLATE = lib TARGET = ornplugin QT += qml quick -CONFIG += qt plugin static c++11 + +CONFIG += qt plugin static c++11 link_pkgconfig CONFIG(release, debug|release): DEFINES += QT_NO_DEBUG_OUTPUT VERSION = 0.1 - TARGET = $$qtLibraryTarget($$TARGET) +PKGCONFIG+= packagekitqt5 +INCLUDEPATH+= /usr/include/packagekitqt5/ uri = harbour.orn diff --git a/src/ornzypp.h b/src/ornzypp.h index a9fe06a..8030f77 100644 --- a/src/ornzypp.h +++ b/src/ornzypp.h @@ -4,7 +4,7 @@ #include #include -#include +#include class QDBusPendingCallWatcher; class QQmlEngine;