summaryrefslogtreecommitdiffstats
path: root/examples/applicationmanager/frame-timer/frame-timer.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/applicationmanager/frame-timer/frame-timer.pro')
-rw-r--r--examples/applicationmanager/frame-timer/frame-timer.pro27
1 files changed, 27 insertions, 0 deletions
diff --git a/examples/applicationmanager/frame-timer/frame-timer.pro b/examples/applicationmanager/frame-timer/frame-timer.pro
new file mode 100644
index 00000000..e35a8a9d
--- /dev/null
+++ b/examples/applicationmanager/frame-timer/frame-timer.pro
@@ -0,0 +1,27 @@
+TEMPLATE = app
+CONFIG += am-systemui
+
+OTHER_FILES += \
+ am-config.yaml \
+ system-ui/*.qml \
+ apps/frame-timer.fish/*.yaml \
+ apps/frame-timer.fish/*.qml \
+ apps/frame-timer.fish/*.svg \
+ apps/frame-timer.rabbit/*.yaml \
+ apps/frame-timer.rabbit/*.qml \
+ apps/frame-timer.rabbit/*.svg \
+
+target.path = $$[QT_INSTALL_EXAMPLES]/applicationmanager/frame-timer
+INSTALLS += target
+
+AM_COPY_DIRECTORIES += apps system-ui
+AM_COPY_FILES += am-config.yaml
+
+prefix_build:tpath = $$target.path
+else:tpath = $$_PRO_FILE_PWD_
+
+AM_DEFAULT_ARGS = -c $$tpath/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