summaryrefslogtreecommitdiffstats
path: root/examples/tutorials/addressbook/part1/part1.pro
blob: 505f814f4e1ab5183082c0c3a6dd2dc01872dbb5 (plain)
1
2
3
4
5
6
7
8
9
10
11
SOURCES   = addressbook.cpp \
            main.cpp
HEADERS   = addressbook.h

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

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