author | Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com> |
Fri, 12 Mar 2010 15:46:37 +0200 | |
branch | RCL_3 |
changeset 5 | d3bac044e0f0 |
parent 0 | 1918ee327afb |
permissions | -rw-r--r-- |
0 | 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]/multitouch/pinchzoom |
|
14 |
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS pinchzoom.pro images |
|
15 |
sources.path = $$[QT_INSTALL_EXAMPLES]/multitouch/pinchzoom |
|
16 |
INSTALLS += target sources |