1TEMPLATE = lib 2TARGET = qtwebico 3CONFIG += plugin 4HEADERS += ICOHandler.h 5SOURCES += ICOHandler.cpp 6 7include(../../WebKit.pri) 8 9contains(QT_CONFIG, reduce_exports):CONFIG += hide_symbols 10unix:contains(QT_CONFIG, reduce_relocations):CONFIG += bsymbolic_functions 11 12target.path = $$[QT_INSTALL_PLUGINS]/imageformats 13INSTALLS += target 14 15