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.
44 lines
887 B
44 lines
887 B
######################################################################
|
|
# Automatically generated by qmake (2.01a) ?? ?? 23 19:28:51 2014
|
|
######################################################################
|
|
|
|
TEMPLATE = lib
|
|
TARGET = resprovider-7zip
|
|
CONFIG(x64){
|
|
TARGET = $$TARGET"64"
|
|
}
|
|
!LIB_ALL:!COM_LIB{
|
|
RC_FILE += ResProvider-7Zip.rc
|
|
CONFIG += dll
|
|
}
|
|
else{
|
|
CONFIG += staticlib
|
|
}
|
|
|
|
DEPENDPATH += .
|
|
INCLUDEPATH += . \
|
|
../../third-part/7z \
|
|
../../soui/include \
|
|
../../utilities/include \
|
|
|
|
DEFINES += RESPROVIDER7ZIP_EXPORTS
|
|
QMAKE_LFLAGS += /SAFESEH:NO
|
|
|
|
dir = ../..
|
|
include($$dir/common.pri)
|
|
|
|
CONFIG(debug,debug|release){
|
|
LIBS += 7zd.lib utilitiesd.lib
|
|
}
|
|
else{
|
|
LIBS += 7z.lib utilities.lib
|
|
}
|
|
|
|
|
|
PRECOMPILED_HEADER = stdafx.h
|
|
|
|
# Input
|
|
HEADERS += SResProvider7Zip.h Zip7Archive.h
|
|
SOURCES += cursoricon.cpp \
|
|
SResProvider7Zip.cpp \
|
|
zip7Archive.cpp
|
|
|