summaryrefslogtreecommitdiffstats
path: root/examples/widgets/tutorials/addressbook/part7/part7.pro
blob: 90fc0ca22947e04ba970a407dc58824a57a5fbf5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS part7.pro
sources.path = $$[QT_INSTALL_EXAMPLES]/widgets/tutorials/addressbook/part7
INSTALLS += target sources

QT += widgets

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