summaryrefslogtreecommitdiffstats
path: root/examples/xml/htmlinfo/htmlinfo.pro
blob: b7a262580b2a87c202294e3573beb8e74d8230c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
SOURCES += main.cpp
QT -= gui

wince*|symbian:{
   htmlfiles.files = *.html
   htmlfiles.path = .
   DEPLOYMENT += htmlfiles
}

# install
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/xml/htmlinfo
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS *.html htmlinfo.pro
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/xml/htmlinfo
INSTALLS += target sources

symbian {
    TARGET.UID3 = 0xA000C609
    CONFIG += qt_example
}