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