summaryrefslogtreecommitdiffstats
path: root/examples/qws/qws.pro
blob: 34b1d2c918e5ab43edcce83f2eae12e134dc01bd (plain)
1
2
3
4
5
6
7
8
9
10
11
TEMPLATE      = subdirs
# no /dev/fbX
!qnx:!vxworks:SUBDIRS = framebuffer
SUBDIRS      += 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)