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