summaryrefslogtreecommitdiffstats
path: root/examples/desktop/screenshot/screenshot.pro
blob: c2c6ead8cc21a50d975b143c149c6e395a3d931d (plain)
1
2
3
4
5
6
7
8
9
10
11
HEADERS             = screenshot.h
SOURCES             = main.cpp \
                      screenshot.cpp

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

symbian: CONFIG += qt_example