qtbase-opensource-src/examples/sql/drilldown/drilldown.pro

16 lines
356 B
Prolog
Raw Permalink Normal View History

2022-05-14 17:39:13 +08:00
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