From d5faa7a0286a4679f9e4b1594813c750e8580496 Mon Sep 17 00:00:00 2001 From: kh1 Date: Mon, 21 Jan 2013 12:46:54 +0100 Subject: Build 7z static to suppress warnings inside there. Change-Id: Idcfec77f911f97358f8930c8f0d95fa1724daaeb Reviewed-by: Niels Weber Reviewed-by: Tim Jenssen --- src/libs/7zip/win/win.pri | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'src/libs/7zip/win') diff --git a/src/libs/7zip/win/win.pri b/src/libs/7zip/win/win.pri index a02ae151b..d8bfbae82 100644 --- a/src/libs/7zip/win/win.pri +++ b/src/libs/7zip/win/win.pri @@ -1,14 +1,3 @@ -isEmpty(7ZIP_BASE): 7ZIP_BASE = $$(7ZIP_BASE) -isEmpty(7ZIP_BASE): error(Please call qmake with 7ZIP_BASE= or add this line before you include that file in your pro file) - -7ZIP_BASE=$$7ZIP_BASE/win - -CONFIG += no_batch # this is needed because we have a same named *.c and *.cpp file -> 7in - -DEFINES += WIN_LONG_PATH _UNICODE _CRT_SECURE_NO_WARNINGS - -INCLUDEPATH += $$7ZIP_BASE/CPP - #$(CONSOLE_OBJS): ../../UI/Console/$(*B).cpp SOURCES += $$7ZIP_BASE/CPP/7zip/UI/Console/BenchCon.cpp SOURCES += $$7ZIP_BASE/CPP/7zip/UI/Console/ConsoleClose.cpp -- cgit v1.2.3