source: trunk/examples/multitouch/pinchzoom/pinchzoom.pro@ 651

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 
1HEADERS += \
2 mouse.h \
3 graphicsview.h
4SOURCES += \
5 main.cpp \
6 mouse.cpp \
7 graphicsview.cpp
8
9RESOURCES += \
10 mice.qrc
11
12# install
13target.path = $$[QT_INSTALL_EXAMPLES]/multitouch/pinchzoom
14sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS pinchzoom.pro images
15sources.path = $$[QT_INSTALL_EXAMPLES]/multitouch/pinchzoom
16INSTALLS += target sources
Note: See TracBrowser for help on using the repository browser.