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

# install
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/scribble
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS scribble.pro
sources.path = $$[QT_INSTALL_EXAMPLES]/widgets/scribble
INSTALLS += target sources

include($$QT_SOURCE_TREE/examples/examplebase.pri)