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

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

symbian: CONFIG += qt_example
QT += widgets