forked from organicmaps/organicmaps
fix linkage on windows build
This commit is contained in:
parent
23a2f4ff3b
commit
fded56bd18
1 changed files with 4 additions and 0 deletions
|
@ -72,6 +72,10 @@ linux*|android*|win32-g++ {
|
|||
SOURCES += src/google/protobuf/stubs/atomicops_internals_x86_gcc.cc
|
||||
}
|
||||
|
||||
win32-msvc* {
|
||||
SOURCES += src/google/protobuf/stubs/atomicops_internals_x86_msvc.cc
|
||||
}
|
||||
|
||||
# Headers are always included for all configurations
|
||||
HEADERS += \
|
||||
config.h \
|
||||
|
|
Loading…
Add table
Reference in a new issue