summaryrefslogtreecommitdiff
path: root/examples/examples.pro
diff options
context:
space:
mode:
authorGatis Paeglis <gatis.paeglis@nokia.com>2012-06-11 16:09:20 +0200
committerQt by Nokia <qt-info@nokia.com>2012-06-11 17:13:22 +0200
commit8a897fc929f34f6b8292bf0ec2371f74ed964401 (patch)
tree12c234b849716b7b01a8088b07b40144aef7370f /examples/examples.pro
parent8f7a6217e99f0e4b6becfb6f0763e3dd7290ba23 (diff)
downloadqtsvg-8a897fc929f34f6b8292bf0ec2371f74ed964401.tar.gz
Remove unnecessary systray example.
Removing example which is almost identical to the example from the qtbase module. Task-number: QTBUG-26113 Change-Id: Ied83969d4ee9fb8bef1528472957f66593a9f15c Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
Diffstat (limited to 'examples/examples.pro')
-rw-r--r--examples/examples.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/examples.pro b/examples/examples.pro
index ba15860..d96fdb9 100644
--- a/examples/examples.pro
+++ b/examples/examples.pro
@@ -1,5 +1,5 @@
TEMPLATE = subdirs
-SUBDIRS += embedded richtext draganddrop painting network desktop
+SUBDIRS += embedded richtext draganddrop painting network
contains(QT_CONFIG,opengl):!contains(QT_CONFIG,opengles2):SUBDIRS += opengl
QT+=widgets