d6d7aebd03
It's confusing when you double-click it and nothing happens. Task-number: QTBUG-26976 Change-Id: I50c5625a41881bdbcbf29001197ed15da4ee0a28 Reviewed-by: Gabriel de Dietrich <gabriel.dietrich-de@nokia.com>
20 lines
426 B
Prolog
20 lines
426 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]/qtbase/xml/htmlinfo
|
|
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS *.html htmlinfo.pro
|
|
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/xml/htmlinfo
|
|
INSTALLS += target sources
|