summaryrefslogtreecommitdiffstats
path: root/examples/tutorials/addressbook/part2/part2.pro
blob: 01ce34465f4ee1bf445f4f72371c5df010187881 (plain)
1
2
3
4
5
6
7
8
9
SOURCES   = addressbook.cpp \
            main.cpp
HEADERS   = addressbook.h

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