diff options
author | Kevin Bowling <kbowling@FreeBSD.org> | 2022-11-28 14:08:08 -0700 |
---|---|---|
committer | Kevin Bowling <kbowling@FreeBSD.org> | 2022-11-28 14:08:08 -0700 |
commit | 0453380c15a58b9384f199e492133ba7f79e071a (patch) | |
tree | 76280b25c43be366c5740f74b698fa30e075c3d2 /sysutils/qflipper/files/patch-plugins_flipperproto0_flipperproto0.pro | |
parent | devel/py-virtualenv: Update to 20.17.0 (diff) |
sysutils/qflipper: New port
PC support for Flipper Zero
Diffstat (limited to 'sysutils/qflipper/files/patch-plugins_flipperproto0_flipperproto0.pro')
-rw-r--r-- | sysutils/qflipper/files/patch-plugins_flipperproto0_flipperproto0.pro | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/sysutils/qflipper/files/patch-plugins_flipperproto0_flipperproto0.pro b/sysutils/qflipper/files/patch-plugins_flipperproto0_flipperproto0.pro new file mode 100644 index 000000000000..f37f9ff2978e --- /dev/null +++ b/sysutils/qflipper/files/patch-plugins_flipperproto0_flipperproto0.pro @@ -0,0 +1,26 @@ +--- plugins/flipperproto0/flipperproto0.pro.orig 2022-10-03 15:15:41 UTC ++++ plugins/flipperproto0/flipperproto0.pro +@@ -13,7 +13,6 @@ INCLUDEPATH += $$PWD/../protobufinterface \ + VERSION = 0.0.0 + + INCLUDEPATH += $$PWD/../protobufinterface \ +- $$PWD/../../3rdparty/nanopb + + HEADERS += \ + guirequest.h \ +@@ -59,13 +58,13 @@ unix|win32 { + systemresponse.cpp + + unix|win32 { +- LIBS += -L$$OUT_PWD/../../3rdparty/ -l3rdparty ++ LIBS += -lprotobuf-nanopb + } + + DEFINES += PB_ENABLE_MALLOC + + unix:!macx { +- target.path = $$PREFIX/lib/$$NAME/plugins ++ target.path = $$PREFIX/lib/qt5/plugins + } else:macx { + target.path = $$DESTDIR/../$${NAME}.app/Contents/PlugIns + } else:win32 { |