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 --- qmake-features/app.prf | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 qmake-features/app.prf (limited to 'qmake-features/app.prf') diff --git a/qmake-features/app.prf b/qmake-features/app.prf new file mode 100644 index 0000000..0329256 --- /dev/null +++ b/qmake-features/app.prf @@ -0,0 +1,10 @@ +TEMPLATE = aux + +APPMAN_APP = TRUE + +app.files = $$FILES +app.path = $$OUT_PWD/../install/ + +isEmpty(NAME): NAME = $$basename(_PRO_FILE_PWD_) + +INSTALLS += app -- cgit v1.2.3