Command-line-only examples should not build as .app bundles on OSX
[profile/ivi/qtbase.git] / examples / xml / htmlinfo / htmlinfo.pro
1 SOURCES += main.cpp
2 QT -= gui
3 CONFIG -= app_bundle
4
5 RESOURCES   = resources.qrc
6
7 win32: CONFIG += console
8
9 wince*:{
10    htmlfiles.files = *.html
11    htmlfiles.path = .
12    DEPLOYMENT += htmlfiles
13 }
14
15 # install
16 target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/xml/htmlinfo
17 sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS *.html htmlinfo.pro
18 sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/xml/htmlinfo
19 INSTALLS += target sources