From cbe56833d10077804e1a88af85819e75eee6db3e Mon Sep 17 00:00:00 2001 From: Laszlo Agocs Date: Mon, 14 Oct 2013 15:03:56 +0200 Subject: Add qt_hw_init launched from qt_init.sh This application is launched once during boot, from qt_init.sh. Change-Id: I76b39319d1777cd1e8cb068c734588b84f2c0062 Reviewed-by: Eirik Aavitsland --- src/qt_hw_init/qt_hw_init.pro | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/qt_hw_init/qt_hw_init.pro (limited to 'src/qt_hw_init/qt_hw_init.pro') diff --git a/src/qt_hw_init/qt_hw_init.pro b/src/qt_hw_init/qt_hw_init.pro new file mode 100644 index 0000000..879e450 --- /dev/null +++ b/src/qt_hw_init/qt_hw_init.pro @@ -0,0 +1,10 @@ +TEMPLATE = app +TARGET = qt_hw_init +QT -= gui +QT += droidutils + +SOURCES += main.cpp + +LIBS += -lQt5DroidUtils + +load(qt_tool) -- cgit v1.2.3