From 6a80077e386e8a74940e81268055ff5ea0d97771 Mon Sep 17 00:00:00 2001 From: Matt Ranostay Date: Wed, 20 Mar 2019 14:22:57 -0700 Subject: 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 --- bluetooth/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bluetooth/CMakeLists.txt') 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) -- cgit 1.2.3-korg