summaryrefslogtreecommitdiffstats
path: root/examples/qws/qws.pro
blob: 06e3aa8ebae8ce12179e565b7f8607ce6c9b7808 (plain)
1
2
3
4
5
6
7
8
9
10
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
QT += widgets