summaryrefslogtreecommitdiffstats
path: root/examples/desktop/desktop.pro
blob: 61108e509ca4323089da491d9a2413d098f07d04 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
TEMPLATE      = subdirs
CONFIG       += ordered
SUBDIRS       = screenshot

!symbian:contains(QT_CONFIG, svg): SUBDIRS += systray

# install
target.path = $$[QT_INSTALL_EXAMPLES]/desktop
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS desktop.pro README
sources.path = $$[QT_INSTALL_EXAMPLES]/desktop
INSTALLS += target sources

include($$QT_SOURCE_TREE/examples/examplebase.pri)