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

RESOURCES   = resources.qrc

win32: CONFIG += console

wince {
   htmlfiles.files = *.html
   htmlfiles.path = .
   INSTALLS += htmlfiles
}

# install
target.path = $$[QT_INSTALL_EXAMPLES]/xml/htmlinfo
INSTALLS += target