2011-04-27 10:05:43 +00:00
|
|
|
HEADERS = ../connection.h \
|
|
|
|
imageitem.h \
|
|
|
|
informationwindow.h \
|
|
|
|
view.h
|
|
|
|
RESOURCES = drilldown.qrc
|
|
|
|
SOURCES = imageitem.cpp \
|
|
|
|
informationwindow.cpp \
|
|
|
|
main.cpp \
|
|
|
|
view.cpp
|
2011-05-07 21:50:03 +00:00
|
|
|
QT += sql widgets
|
2011-04-27 10:05:43 +00:00
|
|
|
|
|
|
|
# install
|
|
|
|
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/sql/drilldown
|
|
|
|
sources.files = $$SOURCES *.h $$RESOURCES $$FORMS drilldown.pro *.png *.jpg images
|
|
|
|
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/sql/drilldown
|
|
|
|
INSTALLS += target sources
|