From 6e1a6785dd4658939d9380a6c2b092a495009e17 Mon Sep 17 00:00:00 2001 From: Minori Yasumura Date: Thu, 5 Sep 2019 09:31:48 +0900 Subject: Initial commit of aroundview app exhibited at ALS2019. Aroundview application is a sample application. It's a simple application that takes into the camera input and draws them like all around view using v4l2 technology. Signed-off-by: Minori Yasumura Signed-off-by: Yuichi Kusakabe Change-Id: I3e59b728a8bb7f197d666b56e7f86f02ddc8ea98 --- app/config.tests/libhomescreen/libhomescreen.cpp | 8 ++++++++ app/config.tests/libhomescreen/libhomescreen.pro | 5 +++++ 2 files changed, 13 insertions(+) create mode 100755 app/config.tests/libhomescreen/libhomescreen.cpp create mode 100755 app/config.tests/libhomescreen/libhomescreen.pro (limited to 'app/config.tests/libhomescreen') diff --git a/app/config.tests/libhomescreen/libhomescreen.cpp b/app/config.tests/libhomescreen/libhomescreen.cpp new file mode 100755 index 0000000..d698b05 --- /dev/null +++ b/app/config.tests/libhomescreen/libhomescreen.cpp @@ -0,0 +1,8 @@ +#include + +int main(int argc,char **argv) +{ + LibHomeScreen libHomeScreen; + return 0; +} + diff --git a/app/config.tests/libhomescreen/libhomescreen.pro b/app/config.tests/libhomescreen/libhomescreen.pro new file mode 100755 index 0000000..eb4e8f3 --- /dev/null +++ b/app/config.tests/libhomescreen/libhomescreen.pro @@ -0,0 +1,5 @@ +SOURCES = libhomescreen.cpp + +CONFIG -= qt +CONFIG += link_pkgconfig +PKGCONFIG += homescreen -- cgit 1.2.3-korg