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