aboutsummaryrefslogtreecommitdiffstats
path: root/qmake-features/app.prf
diff options
context:
space:
mode:
authorDominik Holland <dominik.holland@pelagicore.com>2018-08-31 16:12:31 +0200
committerDominik Holland <dominik.holland@pelagicore.com>2018-08-31 14:17:51 +0000
commit7ada3952860398bdeef580e2260901a5f33b689e (patch)
tree5313021d46a878129f0dcad64d04188dfb634c9b /qmake-features/app.prf
parentc2359cd72a0a7632a524f4f1608b121f532a29b4 (diff)
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 <bramastyo.harimukti.santoso@pelagicore.com>
Diffstat (limited to 'qmake-features/app.prf')
-rw-r--r--qmake-features/app.prf10
1 files changed, 10 insertions, 0 deletions
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