diff options
author | Matt Ranostay <matt.ranostay@konsulko.com> | 2017-08-17 16:11:03 -0700 |
---|---|---|
committer | Matt Ranostay <matt.ranostay@konsulko.com> | 2017-08-17 16:48:15 -0700 |
commit | 49f0ffaf2c80f08bc5309c4dc465dfa98090e59f (patch) | |
tree | 323c6f16b02d4ae7279e8e23f9f36c28d386d47f /binding.pri | |
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.pri')
-rw-r--r-- | binding.pri | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/binding.pri b/binding.pri deleted file mode 100644 index 3448a56..0000000 --- a/binding.pri +++ /dev/null @@ -1,6 +0,0 @@ -TEMPLATE = lib -CONFIG += plugin use_c_linker -CONFIG -= qt -QMAKE_CFLAGS += -Wextra -Wconversion -Wno-unused-parameter -Werror=maybe-uninitialized -Werror=implicit-function-declaration -ffunction-sections -fdata-sections -Wl,--as-needed -Wl,--gc-sections - -DESTDIR = $${OUT_PWD}/../package/root/lib |