summaryrefslogtreecommitdiffstats
path: root/examples/widgets/itemviews/addressbook/addressbook.pro
blob: 498b2574ceb353ead785baa01fc83052b3c363cc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
QT += widgets
requires(qtConfig(listview))

SOURCES   = adddialog.cpp \
            addresswidget.cpp \
            main.cpp \
            mainwindow.cpp \
            newaddresstab.cpp \
            tablemodel.cpp
HEADERS   = adddialog.h \
            addresswidget.h \
            mainwindow.h \
            newaddresstab.h \
            tablemodel.h

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