summaryrefslogtreecommitdiff
path: root/examples/desktop/systray/systray.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/desktop/systray/systray.pro')
-rw-r--r--examples/desktop/systray/systray.pro25
1 files changed, 0 insertions, 25 deletions
diff --git a/examples/desktop/systray/systray.pro b/examples/desktop/systray/systray.pro
deleted file mode 100644
index 8ce8a3a..0000000
--- a/examples/desktop/systray/systray.pro
+++ /dev/null
@@ -1,25 +0,0 @@
-HEADERS = window.h
-SOURCES = main.cpp \
- window.cpp
-RESOURCES = systray.qrc
-QT += xml svg
-
-# install
-target.path = $$[QT_INSTALL_EXAMPLES]/qtsvg/desktop/systray
-sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS systray.pro resources images
-sources.path = $$[QT_INSTALL_EXAMPLES]/qtsvg/desktop/systray
-INSTALLS += target sources
-
-wince* {
- CONFIG(debug, release|debug) {
- addPlugins.files = $$QT_BUILD_TREE/plugins/imageformats/qsvgd4.dll
- }
- CONFIG(release, release|debug) {
- addPlugins.files = $$QT_BUILD_TREE/plugins/imageformats/qsvg4.dll
- }
- addPlugins.path = imageformats
- DEPLOYMENT += addPlugins
-}
-
-simulator: warning(This example does not work on Simulator platform)
-QT+=widgets