aboutsummaryrefslogtreecommitdiffstats
path: root/package/package.pro
diff options
context:
space:
mode:
authorArnaud Ferraris <arnaud.ferraris@collabora.com>2021-12-10 12:28:47 +0100
committerArnaud Ferraris <arnaud.ferraris@collabora.com>2021-12-10 12:30:39 +0100
commit20cd96660d4bfb44e0be5695f71a92d5fb53a143 (patch)
tree86d180545abb5a1c9251a7e9bae1495925bc97a0 /package/package.pro
parent200f62d3dd9a9032a5578fd993034d57014d0f09 (diff)
Remove dependency on old application framework and wayland
As the Application FW is being reworked, drop all related dependencies in order to start with a simpler initial implementation. This commit also drops wayland-related code as it won't be needed anymore with the new framework. Bug-AGL: SPEC-4159 Signed-off-by: Marius Vlad <marius.vlad@collabora.com> Signed-off-by: Arnaud Ferraris <arnaud.ferraris@collabora.com> Change-Id: Id268e1feee363c60b85411e822103259c1071a24
Diffstat (limited to 'package/package.pro')
-rw-r--r--package/package.pro27
1 files changed, 0 insertions, 27 deletions
diff --git a/package/package.pro b/package/package.pro
deleted file mode 100644
index a9b865b..0000000
--- a/package/package.pro
+++ /dev/null
@@ -1,27 +0,0 @@
-DISTFILES = icon.svg config.xml
-
-copy_icon.target = $$OUT_PWD/root/icon.svg
-copy_icon.depends = $$_PRO_FILE_PWD_/icon.svg
-copy_icon.commands = $(COPY_FILE) \"$$replace(copy_icon.depends, /, $$QMAKE_DIR_SEP)\" \"$$replace(copy_icon.target, /, $$QMAKE_DIR_SEP)\"
-QMAKE_EXTRA_TARGETS += copy_icon
-PRE_TARGETDEPS += $$copy_icon.target
-
-copy_config.target = $$OUT_PWD/root/config.xml
-copy_config.depends = $$_PRO_FILE_PWD_/config.xml
-copy_config.commands = $(COPY_FILE) \"$$replace(copy_config.depends, /, $$QMAKE_DIR_SEP)\" \"$$replace(copy_config.target, /, $$QMAKE_DIR_SEP)\"
-QMAKE_EXTRA_TARGETS += copy_config
-PRE_TARGETDEPS += $$copy_config.target
-
-WGT_TYPE =
-CONFIG(debug, debug|release) {
- WGT_TYPE = -debug
-}
-
-wgt.target = package
-wgt.commands = wgtpkg-pack -f -o launcher$${WGT_TYPE}.wgt root
-
-QMAKE_EXTRA_TARGETS += wgt
-
-deploy.files = launcher.wgt
-deploy.path = /usr/AGL/apps/autoinstall
-INSTALLS += deploy