summaryrefslogtreecommitdiffstats
path: root/examples/qws/qws.pro
blob: 95e1b44a7d3df7a4b27111d95a8d7a437db6e384 (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]/qws
INSTALLS += sources