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 | |
---|
1 | HEADERS = imagewidget.h \
|
---|
2 | mainwidget.h
|
---|
3 | SOURCES = imagewidget.cpp \
|
---|
4 | main.cpp \
|
---|
5 | mainwidget.cpp
|
---|
6 |
|
---|
7 | # install
|
---|
8 | target.path = $$[QT_INSTALL_EXAMPLES]/gestures/imagegestures
|
---|
9 | sources.files = $$SOURCES \
|
---|
10 | $$HEADERS \
|
---|
11 | $$RESOURCES \
|
---|
12 | $$FORMS \
|
---|
13 | imagegestures.pro
|
---|
14 | sources.path = $$[QT_INSTALL_EXAMPLES]/gestures/imagegestures
|
---|
15 | INSTALLS += target \
|
---|
16 | sources
|
---|
17 |
|
---|
18 | symbian {
|
---|
19 | TARGET.UID3 = 0xA000D7D0
|
---|
20 | include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
|
---|
21 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.