0aa2d318b1
Conflicts: src/corelib/global/qglobal.cpp src/corelib/global/qglobal.h src/corelib/global/qsysinfo.h src/corelib/global/qsystemdetection.h src/corelib/kernel/qobjectdefs.h src/plugins/plugins.pro tests/auto/widgets/itemviews/qlistview/qlistview.pro Change-Id: Ib55aa79d707c4c1453fb9d697f6cf92211ed665c
18 lines
273 B
Prolog
18 lines
273 B
Prolog
SOURCES += main.cpp
|
|
QT -= gui
|
|
CONFIG -= app_bundle
|
|
|
|
RESOURCES = resources.qrc
|
|
|
|
win32: CONFIG += console
|
|
|
|
wince {
|
|
htmlfiles.files = *.html
|
|
htmlfiles.path = .
|
|
INSTALLS += htmlfiles
|
|
}
|
|
|
|
# install
|
|
target.path = $$[QT_INSTALL_EXAMPLES]/xml/htmlinfo
|
|
INSTALLS += target
|