summaryrefslogtreecommitdiffstats
path: root/examples/applicationmanager/animated-windows/animated-windows.pro
diff options
context:
space:
mode:
authorDaniel d'Andrada <daniel.dandrada@luxoft.com>2018-07-25 11:36:18 +0200
committerRobert Griebl <robert.griebl@pelagicore.com>2018-07-27 13:31:53 +0000
commit580e5eac4dadfd96b591b81e4af3bf072bcb461a (patch)
treef5bc749cc1554643c619399045ddc0a5095608b0 /examples/applicationmanager/animated-windows/animated-windows.pro
parentd3c84382386ffbae0a24b1b09727abf03e6f779e (diff)
Example on animating appearance and disappearance of windows
Change-Id: Ie4bac7ca24513666ff52f5967d00e845e7cfbe00 Reviewed-by: Robert Griebl <robert.griebl@pelagicore.com>
Diffstat (limited to 'examples/applicationmanager/animated-windows/animated-windows.pro')
-rw-r--r--examples/applicationmanager/animated-windows/animated-windows.pro26
1 files changed, 26 insertions, 0 deletions
diff --git a/examples/applicationmanager/animated-windows/animated-windows.pro b/examples/applicationmanager/animated-windows/animated-windows.pro
new file mode 100644
index 00000000..831dcdac
--- /dev/null
+++ b/examples/applicationmanager/animated-windows/animated-windows.pro
@@ -0,0 +1,26 @@
+TEMPLATE = app
+CONFIG += am-systemui
+
+OTHER_FILES += \
+ am-config.yaml \
+ system-ui/*.qml \
+ apps/animated-windows.fish/*.yaml \
+ apps/animated-windows.fish/*.qml \
+ apps/animated-windows.fish/*.svg \
+ apps/animated-windows.rabbit/*.yaml \
+ apps/animated-windows.rabbit/*.qml \
+ apps/animated-windows.rabbit/*.svg \
+ doc/images/*.png \
+ doc/src/*.qdoc \
+
+target.path = $$[QT_INSTALL_EXAMPLES]/applicationmanager/animated-windows
+INSTALLS += target
+
+AM_COPY_DIRECTORIES += apps system-ui
+AM_COPY_FILES += am-config.yaml
+
+AM_DEFAULT_ARGS=-c am-config.yaml --start-session-dbus --verbose -r
+
+example_sources.path = $$target.path
+example_sources.files = $$AM_COPY_FILES $$AM_COPY_DIRECTORIES
+INSTALLS += example_sources