updated compressed_archive_test for being able to use unarr, remove unecessary includes in compressed_archive within unarr-wrapper.pri

This commit is contained in:
Luis Ángel San Martín
2015-03-21 15:17:47 +01:00
18 changed files with 136 additions and 32 deletions

View File

@ -0,0 +1,21 @@
TEMPLATE = app
CONFIG += console
SOURCES += \
main.cpp \
win32 {
LIBS += -loleaut32 -lole32
QMAKE_CXXFLAGS_RELEASE += /MP /Ob2 /Oi /Ot /GT
QMAKE_LFLAGS_RELEASE += /LTCG
CONFIG -= embed_manifest_exe
}
!CONFIG(unarr){
include(../../compressed_archive/wrapper.pri)
} else {
include(../../compressed_archive/unarr/unarr-wrapper.pri)
}