From daa5144ccc92c9060f712f7fccfe750966186f51 Mon Sep 17 00:00:00 2001 From: Dominik Holland Date: Tue, 4 Dec 2018 14:14:19 +0100 Subject: Use the new appman qmake integration for packaging the apps Fixes: AUTOSUITE-691 Change-Id: I9e7b2f8ce6443c72e44e63b50902a50c8654bf6f Reviewed-by: Robert Griebl --- qmake-features/app.prf | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 qmake-features/app.prf (limited to 'qmake-features/app.prf') 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 -- cgit v1.2.3