diff options
author | Matt Ranostay <matt.ranostay@konsulko.com> | 2019-03-20 14:22:57 -0700 |
---|---|---|
committer | Matt Ranostay <matt.ranostay@konsulko.com> | 2019-03-22 12:36:51 -0700 |
commit | 6a80077e386e8a74940e81268055ff5ea0d97771 (patch) | |
tree | dedc469f9ba4831917f18eaa00c2128532744af1 /bluetooth/CMakeLists.txt | |
parent | dc5eea70949891012ddb7d37727955c30a2e74bb (diff) |
libqtappfw: bluetooth: add BluetoothModel support
Switch from using single threaded and incorrect QML processing of ListViews to
using models provided from libqtappfw
Bug-AGL: SPEC-2270
Change-Id: I83f02ab104a18ade95dfd172902e32a808c3d897
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
Diffstat (limited to 'bluetooth/CMakeLists.txt')
-rw-r--r-- | bluetooth/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bluetooth/CMakeLists.txt b/bluetooth/CMakeLists.txt index c068a9f..cdefb0d 100644 --- a/bluetooth/CMakeLists.txt +++ b/bluetooth/CMakeLists.txt @@ -1,2 +1,2 @@ -add_headers(bluetooth.h bluetoothmessage.h) -add_sources(bluetooth.cpp bluetoothmessage.cpp) +add_headers(bluetooth.h bluetoothmessage.h bluetoothmodel.h) +add_sources(bluetooth.cpp bluetoothmessage.cpp bluetoothmodel.cpp) |