aboutsummaryrefslogtreecommitdiffstats
path: root/qmake-features/app.prf
diff options
context:
space:
mode:
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