d32f47b703
Fix style issues along the way. Change-Id: Ic6a6de28e198eb0b14c198b802e78845703909b9 Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
18 lines
275 B
Prolog
18 lines
275 B
Prolog
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]/xml/htmlinfo
|
|
INSTALLS += target
|