From f8d48bd39c4d2caef1dc189bd3bd95c5f5010780 Mon Sep 17 00:00:00 2001 From: Michal Klocek Date: Tue, 17 Sep 2013 10:21:47 +0200 Subject: Fix incremental builds The missing dependency to installer library causes corrupted incremental builds, installerbase should be rebuild when installer lib is changed. Change-Id: I588577f3d178c70dff2d84747f221d924e5cf38e Reviewed-by: Karsten Heimrich --- src/libs/7zip/7zip.pro | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/libs/7zip') diff --git a/src/libs/7zip/7zip.pro b/src/libs/7zip/7zip.pro index 549778e67..01b69dad2 100644 --- a/src/libs/7zip/7zip.pro +++ b/src/libs/7zip/7zip.pro @@ -1,8 +1,7 @@ -include(../../../installerfw.pri) - QT = core TARGET = 7z TEMPLATE = lib +include(../../../installerfw.pri) INCLUDEPATH += . .. CONFIG += staticlib DESTDIR = $$IFW_LIB_PATH -- cgit v1.2.3