summaryrefslogtreecommitdiffstats
path: root/examples/qws/qws.pro
blob: e9f310fa1875d37c02b971a8b030d76ae3a79400 (plain)
1
2
3
4
5
6
7
8
9
TEMPLATE      = subdirs
SUBDIRS       = framebuffer mousecalibration simpledecoration

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

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