Skip to content

Commit 5db78eb

Browse files
authored
chore(MI0698-1859): update QIF-helper dependency (#9)
1 parent 5e2d7d6 commit 5db78eb

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

installerfw.pri

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,8 @@ macx:LIBS += -framework Carbon -framework Security
154154
}
155155

156156
CONFIG += static
157+
QMAKE_CFLAGS_RELEASE += -MT
158+
QMAKE_CXXFLAGS_RELEASE += -MT
157159

158160
QT += uitools core-private
159161
CONFIG(static, static|shared) {

scripts/package-download.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ROOT=$(dirname "$(dirname "${BASH_SOURCE[@]}")")
55
PKG="$ROOT/package"
66

77
REPO="barcoopensource/di-qif-helper"
8-
VERSION="1.0.0"
8+
VERSION="1.0.1"
99
QT_STAT_ASSET="static-qt-660.zip"
1010
BZIP2_ASSET="bzip2.zip"
1111
XZ_ASSET="xz.zip"

0 commit comments

Comments
 (0)