author | Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com> |
Fri, 12 Mar 2010 15:46:37 +0200 | |
branch | RCL_3 |
changeset 5 | d3bac044e0f0 |
parent 0 | 1918ee327afb |
permissions | -rw-r--r-- |
0 | 1 |
SOURCES += main.cpp |
2 |
QT -= gui |
|
3 |
||
4 |
wince*|symbian:{ |
|
5 |
htmlfiles.sources = *.html |
|
6 |
htmlfiles.path = . |
|
7 |
DEPLOYMENT += htmlfiles |
|
8 |
} |
|
9 |
||
10 |
# install |
|
11 |
target.path = $$[QT_INSTALL_EXAMPLES]/xml/htmlinfo |
|
12 |
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS *.html htmlinfo.pro |
|
13 |
sources.path = $$[QT_INSTALL_EXAMPLES]/xml/htmlinfo |
|
14 |
INSTALLS += target sources |
|
15 |
||
16 |
symbian { |
|
17 |
TARGET.UID3 = 0xA000C609 |
|
18 |
include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri) |
|
19 |
} |