From b90978a93e23a91d8c3f4fa8ec023c60340bdea5 Mon Sep 17 00:00:00 2001 From: Tasuku Suzuki Date: Wed, 14 Dec 2016 18:10:54 +0900 Subject: merge the Settings in CES2017 and bindings from ALPS Change-Id: I00a7a6c5dae1cd579f91d543b0f5fba4616a633b Signed-off-by: Tasuku Suzuki --- app/app.pro | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 app/app.pro (limited to 'app/app.pro') diff --git a/app/app.pro b/app/app.pro new file mode 100644 index 0000000..b35e40e --- /dev/null +++ b/app/app.pro @@ -0,0 +1,15 @@ +TARGET = settings +QT = quickcontrols2 + +SOURCES = main.cpp + +RESOURCES += \ + settings.qrc \ + images/images.qrc \ + datetime/datetime.qrc \ + wifi/wifi.qrc \ + bluetooth/bluetooth.qrc \ + example/example.qrc + + +include(app.pri) -- cgit 1.2.3-korg