Fix build dependencies

This commit is contained in:
Renaud Casenave-Péré 2021-12-10 21:50:04 +01:00
parent 54b9f4511d
commit fe7cbab04a
2 changed files with 9 additions and 3 deletions

View file

@ -26,12 +26,12 @@ TARGET = eql5-sfos
CONFIG += sailfishapp
LIBS += -L. -lapp -lecl -leql5
QT += widgets qml multimedia network quick sql
norepl|standalone:lisp.commands = eql5 -platform minimal $$PWD/make.lisp norepl
standalone {
CONFIG += link_prl
QT += widgets qml multimedia network quick sql
LIBS -= -lecl -leql5
LIBS += -l:libecl.a -l:libeclatomic.a -l:libeclgc.a -l:libeclgmp.a -l:libeclffi.a -l:libeql5.a
}

View file

@ -21,12 +21,18 @@ Builder: qmake5
PkgConfigBR:
- sailfishapp >= 1.0.2
- Qt5Core
- Qt5Widgets
- Qt5Qml
- Qt5Multimedia
- Qt5Network
- Qt5Quick
- Qt5Sql
# Build dependencies without a pkgconfig setup can be listed here
# PkgBR:
# - package-needed-to-build
PkgBR:
- ecl
- eql5
- qt5-plugin-platform-minimal
# Runtime dependencies which are not automatically detected
Requires: