summaryrefslogtreecommitdiffstats
path: root/examples/sql/masterdetail/masterdetail.pro
blob: e7935562c6379815c140a60baea56ee9870c7418 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
HEADERS   = database.h \
            dialog.h \
            mainwindow.h
RESOURCES = masterdetail.qrc
SOURCES   = dialog.cpp \
            main.cpp \
            mainwindow.cpp

QT += sql widgets
QT += xml widgets

# install
target.path = $$[QT_INSTALL_EXAMPLES]/sql/masterdetail
sources.files = $$SOURCES *.h $$RESOURCES $$FORMS masterdetail.pro *.xml images
sources.path = $$[QT_INSTALL_EXAMPLES]/sql/masterdetail
INSTALLS += target sources