part7.pro Example File

tutorials/addressbook/part7/part7.pro
 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