summaryrefslogtreecommitdiffstats
path: root/examples/sql/drilldown/drilldown.pro
blob: ef286bbf259414c1abb771ba942b18b174165860 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
HEADERS = ../connection.h \
          imageitem.h \
          informationwindow.h \
          view.h
RESOURCES = drilldown.qrc
SOURCES = imageitem.cpp \
          informationwindow.cpp \
          main.cpp \
          view.cpp
QT += sql widgets

# install
target.path = $$[QT_INSTALL_EXAMPLES]/sql/drilldown
INSTALLS += target