From 7ada3952860398bdeef580e2260901a5f33b689e Mon Sep 17 00:00:00 2001 From: Dominik Holland Date: Fri, 31 Aug 2018 16:12:31 +0200 Subject: Introduce a build system for the repository This enables us to build the needed files and create a package out of it. Change-Id: Ic0ee97401785e1e61d3b4b71bd4d63a54c1efb98 Reviewed-by: Bramastyo Harimukti Santoso --- qt-auto-extra-apps.pro | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 qt-auto-extra-apps.pro (limited to 'qt-auto-extra-apps.pro') diff --git a/qt-auto-extra-apps.pro b/qt-auto-extra-apps.pro new file mode 100644 index 0000000..288d59e --- /dev/null +++ b/qt-auto-extra-apps.pro @@ -0,0 +1,6 @@ +TEMPLATE = subdirs +SUBDIRS = com.pelagicore.camera + +OTHER_FILES += qmake-features/qmlplugin.prf \ + qmake-features/app.prf \ + qmake-features/package.prf \ -- cgit v1.2.3