Last active
February 17, 2018 23:13
-
-
Save tumugin/8cff1a5af5acad666e27d162f2d2fa67 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
configure.bat -prefix C:\Users\tumugin\qt5basestatic -debug-and-release -confirm-license -opensource -static -nomake examples -no-angle -no-opengl |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/mkspecs/common/msvc-desktop.conf b/mkspecs/common/msvc-desktop.conf | |
index f95a3bbd..b9db019f 100644 | |
--- a/mkspecs/common/msvc-desktop.conf | |
+++ b/mkspecs/common/msvc-desktop.conf | |
@@ -30,9 +30,9 @@ QMAKE_YACCFLAGS = -d | |
QMAKE_CFLAGS = -nologo -Zc:wchar_t | |
QMAKE_CFLAGS_WARN_ON = -W3 | |
QMAKE_CFLAGS_WARN_OFF = -W0 | |
-QMAKE_CFLAGS_RELEASE = $$QMAKE_CFLAGS_OPTIMIZE -MD | |
-QMAKE_CFLAGS_RELEASE_WITH_DEBUGINFO += $$QMAKE_CFLAGS_OPTIMIZE -MD -Zi | |
-QMAKE_CFLAGS_DEBUG = -Zi -MDd | |
+QMAKE_CFLAGS_RELEASE = $$QMAKE_CFLAGS_OPTIMIZE -MT | |
+QMAKE_CFLAGS_RELEASE_WITH_DEBUGINFO += $$QMAKE_CFLAGS_OPTIMIZE -MT -Zi | |
+QMAKE_CFLAGS_DEBUG = -Zi -MTd | |
QMAKE_CFLAGS_YACC = | |
QMAKE_CFLAGS_LTCG = -GL |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment