summaryrefslogtreecommitdiffstats
path: root/examples/xml/htmlinfo/htmlinfo.pro
blob: 8fea3b38dd235c372227f5967c23e6dab79bb631 (plain)
1
2
3
4
5
6
7
8
9
10
SOURCES += main.cpp
QT -= gui

RESOURCES   = resources.qrc

CONFIG += cmdline

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