Skip to content
This repository has been archived by the owner on Feb 2, 2019. It is now read-only.

link packagekit via pkconfig and add pkconfig to include path. #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions ornplugin.pro
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion src/ornzypp.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#include <QObject>
#include <QSet>

#include <PackageKit/packagekit-qt5/Transaction>
#include <PackageKit/Transaction>

class QDBusPendingCallWatcher;
class QQmlEngine;
Expand Down