mirror of
https://github.com/HenkKalkwater/harbour-sailfin.git
synced 2024-11-22 17:25:17 +00:00
15 lines
227 B
Prolog
15 lines
227 B
Prolog
|
TEMPLATE = app
|
||
|
|
||
|
SOURCES += \
|
||
|
src/main.cpp
|
||
|
|
||
|
include(../harbour-sailfin.pri)
|
||
|
|
||
|
# Include our library
|
||
|
|
||
|
LIBS += -L$$OUT_PWD/../core/lib -ljellyfin-qt
|
||
|
core.files += ../core/lib
|
||
|
core.path = /usr/share/$${TARGET}
|
||
|
|
||
|
INSTALLS += core
|