mirror of
https://github.com/crystalidea/qt6windows7.git
synced 2024-11-23 20:10:48 +08:00
16 lines
356 B
Prolog
16 lines
356 B
Prolog
|
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
|