mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-19 14:25:27 +00:00
iOS build: add include path for Kirigami
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
0039c61dce
commit
38243be44d
1 changed files with 2 additions and 1 deletions
|
@ -127,7 +127,8 @@ INCLUDEPATH += ../install-root/include/ \
|
|||
../install-root/include/libexstl \
|
||||
../install-root/include/openssl \
|
||||
../../.. \
|
||||
../../../core
|
||||
../../../core \
|
||||
../../../mobile-widgets/qml/kirigami/src/libkirigami
|
||||
|
||||
HEADERS += \
|
||||
../../../core/libdivecomputer.h \
|
||||
|
|
Loading…
Add table
Reference in a new issue