summaryrefslogtreecommitdiffstats
path: root/examples/widgets/widgets/scribble/scribble.pro
blob: 674dccff7e2c1de1e9051102a0b813b4e95a126e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
HEADERS       = mainwindow.h \
                scribblearea.h
SOURCES       = main.cpp \
                mainwindow.cpp \
                scribblearea.cpp

# install
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/widgets/scribble
INSTALLS += target

QT += widgets
!isEmpty(QT.printsupport.name): QT += printsupport