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

# install
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/tutorials/addressbook/part6
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS part6.pro
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/tutorials/addressbook/part6
INSTALLS += target sources

symbian: CONFIG += qt_example
QT += widgets