diff options
author | 2017-08-17 16:11:03 -0700 | |
---|---|---|
committer | 2017-08-17 16:48:15 -0700 | |
commit | 49f0ffaf2c80f08bc5309c4dc465dfa98090e59f (patch) | |
tree | 323c6f16b02d4ae7279e8e23f9f36c28d386d47f /binding.pro | |
parent | 4a134c89fcd4afabb10aa32120495b8259bd0c41 (diff) |
binding: radio: update build system for standalone binding
Radio binding is now standalone so the qmake build scripts need
to be updated to reflect that
Bug-AGL: SPEC-832
Change-Id: Iab9cd5d18536e416d22d91c492ef489159a62d0d
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
Diffstat (limited to 'binding.pro')
-rw-r--r-- | binding.pro | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/binding.pro b/binding.pro deleted file mode 100644 index d8c5a93..0000000 --- a/binding.pro +++ /dev/null @@ -1,11 +0,0 @@ -TARGET = radio-binding - -HEADERS = radio_impl.h radio_output.h rtl_fm.h convenience/convenience.h -SOURCES = radio-binding.c radio_output.c radio_impl_rtlsdr.c rtl_fm.c convenience/convenience.c - -LIBS += -Wl,--version-script=$$PWD/export.map - -CONFIG += link_pkgconfig -PKGCONFIG += json-c afb-daemon librtlsdr glib-2.0 libpulse-simple - -include(binding.pri) |