blob: 086e12ce353989e3d094148529757e4a347fbca9 [file] [log] [blame]
HEADERS = ../connection.h \
imageitem.h \
informationwindow.h \
view.h
RESOURCES = drilldown.qrc
SOURCES = imageitem.cpp \
informationwindow.cpp \
main.cpp \
view.cpp
QT += sql widgets
requires(qtConfig(combobox))
# install
target.path = $$[QT_INSTALL_EXAMPLES]/sql/drilldown
INSTALLS += target