source: trunk/examples/sql/drilldown/drilldown.pro@ 855

Last change on this file since 855 was 561, checked in by Dmitry A. Kuminov, 15 years ago

trunk: Merged in qt 4.6.1 sources.

File size: 564 bytes
Line 
1HEADERS = ../connection.h \
2 imageitem.h \
3 informationwindow.h \
4 view.h
5RESOURCES = drilldown.qrc
6SOURCES = imageitem.cpp \
7 informationwindow.cpp \
8 main.cpp \
9 view.cpp
10QT += sql
11
12# install
13target.path = $$[QT_INSTALL_EXAMPLES]/sql/drilldown
14sources.files = $$SOURCES *.h $$RESOURCES $$FORMS drilldown.pro *.png *.jpg images
15sources.path = $$[QT_INSTALL_EXAMPLES]/sql/drilldown
16INSTALLS += target sources
17
18symbian {
19 TARGET.UID3 = 0xA000C612
20 include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
21}
Note: See TracBrowser for help on using the repository browser.