We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e2d7d6 commit 5db78ebCopy full SHA for 5db78eb
installerfw.pri
@@ -154,6 +154,8 @@ macx:LIBS += -framework Carbon -framework Security
154
}
155
156
CONFIG += static
157
+QMAKE_CFLAGS_RELEASE += -MT
158
+QMAKE_CXXFLAGS_RELEASE += -MT
159
160
QT += uitools core-private
161
CONFIG(static, static|shared) {
scripts/package-download.sh
@@ -5,7 +5,7 @@ ROOT=$(dirname "$(dirname "${BASH_SOURCE[@]}")")
5
PKG="$ROOT/package"
6
7
REPO="barcoopensource/di-qif-helper"
8
-VERSION="1.0.0"
+VERSION="1.0.1"
9
QT_STAT_ASSET="static-qt-660.zip"
10
BZIP2_ASSET="bzip2.zip"
11
XZ_ASSET="xz.zip"
0 commit comments