mirror of
https://github.com/QuasarApp/installer-framework.git
synced 2025-04-27 06:04:30 +00:00
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 <karsten.heimrich@digia.com>
This commit is contained in:
parent
45c1b1adb6
commit
f8d48bd39c
@ -106,6 +106,8 @@ static {
|
||||
LIBS += -l7z
|
||||
win32-g++*: LIBS += -lmpr -luuid
|
||||
|
||||
win32:exists($$IFW_LIB_PATH/installer.lib):POST_TARGETDEPS += $$IFW_LIB_PATH/installer.lib
|
||||
unix:exists($$IFW_LIB_PATH/libinstaller.a):POST_TARGETDEPS += $$IFW_LIB_PATH/libinstaller.a
|
||||
equals(TEMPLATE, app) {
|
||||
win32:POST_TARGETDEPS += $$IFW_LIB_PATH/installer.lib $$IFW_LIB_PATH/7z.lib
|
||||
unix:POST_TARGETDEPS += $$IFW_LIB_PATH/libinstaller.a $$IFW_LIB_PATH/lib7z.a
|
||||
}
|
||||
}
|
||||
|
@ -1,8 +1,7 @@
|
||||
include(../../../installerfw.pri)
|
||||
|
||||
QT = core
|
||||
TARGET = 7z
|
||||
TEMPLATE = lib
|
||||
include(../../../installerfw.pri)
|
||||
INCLUDEPATH += . ..
|
||||
CONFIG += staticlib
|
||||
DESTDIR = $$IFW_LIB_PATH
|
||||
|
Loading…
x
Reference in New Issue
Block a user