Last change
on this file since 500 was 2, checked in by Dmitry A. Kuminov, 16 years ago |
Initially imported qt-all-opensource-src-4.5.1 from Trolltech.
|
File size:
464 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
|
---|
Note:
See
TracBrowser
for help on using the repository browser.