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.
31 lines
617 B
31 lines
617 B
######################################################################
|
|
# Automatically generated by qmake (2.01a) ?? ?? 23 19:27:34 2014
|
|
######################################################################
|
|
|
|
TEMPLATE = lib
|
|
TARGET = imgdecoder-gdip
|
|
CONFIG(x64){
|
|
TARGET = $$TARGET"64"
|
|
}
|
|
!LIB_ALL:!COM_LIB{
|
|
RC_FILE += imgdecoder-gdip.rc
|
|
CONFIG += dll
|
|
}
|
|
else{
|
|
CONFIG += staticlib
|
|
}
|
|
|
|
|
|
DEPENDPATH += .
|
|
INCLUDEPATH += . \
|
|
../png \
|
|
../zlib \
|
|
../../utilities/include \
|
|
../../soui/include \
|
|
|
|
dir = ../..
|
|
include($$dir/common.pri)
|
|
|
|
# Input
|
|
HEADERS += imgdecoder-gdip.h
|
|
SOURCES += imgdecoder-gdip.cpp
|
|
|