source: trunk/examples/gestures/imagegestures/imagegestures.pro@ 1039

Last change on this file since 1039 was 769, checked in by Dmitry A. Kuminov, 15 years ago

trunk: Merged in qt 4.6.3 sources from branches/vendor/nokia/qt.

  • Property svn:eol-style set to native
File size: 499 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
17
18symbian {
19 TARGET.UID3 = 0xA000D7D0
20 include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
21}
Note: See TracBrowser for help on using the repository browser.