part3.pro Example File

tutorials/addressbook-fr/part3/part3.pro
QT += widgets

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

QMAKE_PROJECT_NAME = abfr_part3

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

simulator: warning(This example might not fully work on Simulator platform)