blob: 6a99799c679f958a4b0b3048c03170fd04c9f623 [file] [log] [blame]
QT += widgets
requires(qtConfig(filedialog))
SOURCES = addressbook.cpp \
finddialog.cpp \
main.cpp
HEADERS = addressbook.h \
finddialog.h
QMAKE_PROJECT_NAME = ab_part7
# install
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/tutorials/addressbook/part7
INSTALLS += target