You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
37 lines
766 B
37 lines
766 B
######################################################################
|
|
# Automatically generated by qmake (2.01a) ?? ?? 23 19:27:34 2014
|
|
######################################################################
|
|
|
|
TEMPLATE = lib
|
|
TARGET = imgdecoder-png
|
|
CONFIG(x64){
|
|
TARGET = $$TARGET"64"
|
|
}
|
|
!LIB_ALL:!COM_LIB{
|
|
RC_FILE += imgdecoder-png.rc
|
|
CONFIG += dll
|
|
}
|
|
else{
|
|
CONFIG += staticlib
|
|
}
|
|
|
|
CONFIG(debug,debug|release){
|
|
LIBS += zlibd.lib pngd.lib
|
|
}
|
|
else{
|
|
LIBS += zlib.lib png.lib
|
|
}
|
|
|
|
DEPENDPATH += .
|
|
INCLUDEPATH += . \
|
|
../../third-part/png \
|
|
../../third-part/zlib \
|
|
../../utilities/include \
|
|
../../soui/include \
|
|
|
|
dir = ../..
|
|
include($$dir/common.pri)
|
|
|
|
# Input
|
|
HEADERS += imgdecoder-png.h decoder-apng.h
|
|
SOURCES += imgdecoder-png.cpp decoder-apng.cpp
|
|
|