Merged luisangelsm/yacreader into default

This commit is contained in:
Felix Kauselmann 2014-06-27 20:21:33 +02:00
commit c35df6757f
2 changed files with 20 additions and 12 deletions

View File

@ -40,18 +40,22 @@ TRANSLATIONS = yacreader_es.ts \
yacreader_source.ts
win32:!exists (../compressed_archive/lib7zip) {
win32 {
!exists (../compressed_archive/lib7zip) {
error(You\'ll need 7zip source code to compile YACReader. \
Please check the compressed_archive folder for further instructions.)
}
}
unix:exists (../compressed_archive/libp7zip) {
unix {
exists (../compressed_archive/libp7zip) {
message(Found p7zip source code...)
system(patch -d ../compressed_archive -N -p0 -i libp7zip.patch)
} else {
error(You\'ll need 7zip source code to compile YACReader. \
Please check the compressed_archive folder for further instructions.)
}
}
unix:!macx {
#set install prefix if it's empty

View File

@ -191,18 +191,22 @@ isEqual(QT_MAJOR_VERSION, 5) {
Debug:DESTDIR = ../debug
}
win32:!exists (../compressed_archive/lib7zip) {
win32 {
!exists(../compressed_archive/lib7zip){
error(You\'ll need 7zip source code to compile YACReader. \
Please check the compressed_archive folder for further instructions.)
}
}
unix:exists (../compressed_archive/libp7zip) {
unix {
exists (../compressed_archive/libp7zip) {
message(Found p7zip source code...)
system(patch -d ../compressed_archive -N -p0 -i libp7zip.patch)
} else {
error(You\'ll need 7zip source code to compile YACReader. \
Please check the compressed_archive folder for further instructions.)
}
}
unix:!macx {
#set install prefix if it's empty