part6.pro Example File

tutorials/addressbook/part6/part6.pro
 QT += widgets
 requires(qtConfig(filedialog))

 SOURCES   = addressbook.cpp \
             finddialog.cpp \
             main.cpp
 HEADERS   = addressbook.h \
             finddialog.h

 QMAKE_PROJECT_NAME = ab_part6

 # install
 target.path = $$[QT_INSTALL_EXAMPLES]/widgets/tutorials/addressbook/part6
 INSTALLS += target