Fix pkgconfig includes
This commit is contained in:
parent
53f458d71a
commit
38975d1f64
1 changed files with 2 additions and 1 deletions
|
@ -27,7 +27,8 @@ system(lrelease $$PWD/translations/*.ts)
|
|||
|
||||
CONFIG += sailfishapp
|
||||
QT += svg dbus
|
||||
PKGCONFIG += mlite5 libcurl poppler-glib glib-2.0 cairo libjpeg
|
||||
PKGCONFIG += mlite5 libcurl glib-2.0
|
||||
INCLUDEPATH += $$system(pkg-config --cflags-only-I poppler-glib | sed 's/-I//g')
|
||||
LIBS += -lcurl -lglib-2.0 -lgobject-2.0 -ldl
|
||||
DEFINES += MADNESS=1
|
||||
DEFINES += PDF_CREATOR='\\"SeaPrint\ $$VERSION\\"'
|
||||
|
|
Loading…
Reference in a new issue