summaryrefslogtreecommitdiffstats
path: root/examples/qws/qws.pro
blob: 7736625cbe4f504c4a6fd2f6abb860360f4d3d8c (plain)
1
2
3
4
5
6
7
8
9
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]/qtbase/qws
INSTALLS += sources