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

Commit d183425

Browse files
committed
enabled link_pkgconfig in config and added libsolv to pkgconfig
1 parent d6cd907 commit d183425

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ornplugin.pro

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
TEMPLATE = lib
22
TARGET = ornplugin
33
QT += qml quick
4-
CONFIG += qt plugin static c++11
4+
CONFIG += qt plugin static c++11 link_pkgconfig
5+
PKGCONFIG+= libsolv
56
CONFIG(release, debug|release): DEFINES += QT_NO_DEBUG_OUTPUT
67
VERSION = 0.1
78

0 commit comments

Comments
 (0)