summaryrefslogtreecommitdiffstats
path: root/examples/desktop/systray/systray.pro
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@nokia.com>2012-03-09 09:40:57 +0100
committerQt by Nokia <qt-info@nokia.com>2012-03-12 17:33:15 +0100
commit502673ab3a22938c5284b17c9abbb73d848c0005 (patch)
treee7dfc5472e6d8881dd3bf28f8c96f4fbe74c7826 /examples/desktop/systray/systray.pro
parentcf36e571eea0c1befda2abfe2a177ee9f7fc2912 (diff)
Re-add the Systray example.
Remove its dependency on QtSvg by converting the icons to (optimized) png files. Change-Id: If63257938dc816d7ab76a3042b9ac88ef3d51b07 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
Diffstat (limited to 'examples/desktop/systray/systray.pro')
-rw-r--r--examples/desktop/systray/systray.pro14
1 files changed, 14 insertions, 0 deletions
diff --git a/examples/desktop/systray/systray.pro b/examples/desktop/systray/systray.pro
new file mode 100644
index 0000000000..5fdcf1f9c8
--- /dev/null
+++ b/examples/desktop/systray/systray.pro
@@ -0,0 +1,14 @@
+HEADERS = window.h
+SOURCES = main.cpp \
+ window.cpp
+RESOURCES = systray.qrc
+
+QT += widgets
+
+# install
+target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/desktop/systray
+sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS systray.pro
+sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/desktop/systray
+INSTALLS += target sources
+
+simulator: warning(This example might not fully work on Simulator platform)