Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Mar 4, 2023. It is now read-only.
/QtDataSyncPublic archive

Commitc75e169

Browse files
committed
disable asm on winrt arm, fix osx qdep link path
1 parent222fc7d commitc75e169

File tree

4 files changed

+8
-504
lines changed

4 files changed

+8
-504
lines changed

‎src/3rdparty/cryptopp/cryptopp.pro

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -401,6 +401,9 @@ win32:!win32-g++ {
401401
} else:contains(QT_ARCH, i386) {
402402
MASM_SOURCES +=\
403403
src/rdrand.asm
404+
} else {
405+
MODULE_DEFINES +=CRYPTOPP_DISABLE_ASM
406+
CONFIG -= simd masm
404407
}
405408

406409
cross_compile:MODULE_DEFINES +=NO_OS_DEPENDENCE

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp