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

Pkgconfig link libsolv #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
3 changes: 2 additions & 1 deletion ornplugin.pro
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
TEMPLATE = lib
TARGET = ornplugin
QT += qml quick
CONFIG += qt plugin static c++11
CONFIG += qt plugin static c++11 link_pkgconfig
PKGCONFIG+= libsolv
CONFIG(release, debug|release): DEFINES += QT_NO_DEBUG_OUTPUT
VERSION = 0.1

Expand Down