summaryrefslogtreecommitdiffstats
path: root/examples/widgets/tutorials/addressbook/part2/part2.pro
blob: 439b9185a69a739f93578b4fac79b123608ab0b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
SOURCES   = addressbook.cpp \
            main.cpp
HEADERS   = addressbook.h

QMAKE_PROJECT_NAME = ab_part2

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

QT += widgets

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