qt5base-lts/examples/xml/htmlinfo/htmlinfo.pro

20 lines
426 B
Prolog
Raw Normal View History

SOURCES += main.cpp
QT -= gui
CONFIG -= app_bundle
RESOURCES = resources.qrc
win32: CONFIG += console
wince*:{
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