Last change
on this file since 651 was 561, checked in by Dmitry A. Kuminov, 15 years ago |
trunk: Merged in qt 4.6.1 sources.
|
-
Property svn:eol-style
set to
native
|
File size:
384 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]/multitouch/pinchzoom
|
---|
14 | sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS pinchzoom.pro images
|
---|
15 | sources.path = $$[QT_INSTALL_EXAMPLES]/multitouch/pinchzoom
|
---|
16 | INSTALLS += target sources
|
---|
Note:
See
TracBrowser
for help on using the repository browser.