Last change
on this file since 855 was 846, checked in by Dmitry A. Kuminov, 14 years ago |
trunk: Merged in qt 4.7.2 sources from branches/vendor/nokia/qt.
|
File size:
374 bytes
|
Line | |
---|
1 | HEADERS += \
|
---|
2 | mouse.h \
|
---|
3 | graphicsview.h
|
---|
4 | SOURCES += \
|
---|
5 | main.cpp \
|
---|
6 | mouse.cpp \
|
---|
7 | graphicsview.cpp
|
---|
8 |
|
---|
9 | RESOURCES += \
|
---|
10 | mice.qrc
|
---|
11 |
|
---|
12 | # install
|
---|
13 | target.path = $$[QT_INSTALL_EXAMPLES]/touch/pinchzoom
|
---|
14 | sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS pinchzoom.pro images
|
---|
15 | sources.path = $$[QT_INSTALL_EXAMPLES]/touch/pinchzoom
|
---|
16 | INSTALLS += target sources
|
---|
Note:
See
TracBrowser
for help on using the repository browser.