Skip to content

Commit

Permalink
Fix pkgconfig includes
Browse files Browse the repository at this point in the history
  • Loading branch information
attah committed Mar 4, 2023
1 parent 53f458d commit 38975d1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion harbour-seaprint.pro
Original file line number Diff line number Diff line change
Expand Up @@ -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\\"'
Expand Down

0 comments on commit 38975d1

Please sign in to comment.