source: trunk/examples/gestures/imagegestures/imagegestures.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: 398 bytes
Line 
1HEADERS = imagewidget.h \
2 mainwidget.h
3SOURCES = imagewidget.cpp \
4 main.cpp \
5 mainwidget.cpp
6
7# install
8target.path = $$[QT_INSTALL_EXAMPLES]/gestures/imagegestures
9sources.files = $$SOURCES \
10 $$HEADERS \
11 $$RESOURCES \
12 $$FORMS \
13 imagegestures.pro
14sources.path = $$[QT_INSTALL_EXAMPLES]/gestures/imagegestures
15INSTALLS += target \
16 sources
Note: See TracBrowser for help on using the repository browser.