forked from qt-creator/qt-creator
Build fix for Linux and Mac.
This commit is contained in:
82
src/libs/3rdparty/botan/src/src.pro
vendored
82
src/libs/3rdparty/botan/src/src.pro
vendored
@@ -242,42 +242,44 @@ win32 {
|
|||||||
}
|
}
|
||||||
|
|
||||||
unix {
|
unix {
|
||||||
HEADERS += botan/curve_gfp.h \
|
HEADERS += alloc/alloc_mmap/mmap_mem.h \
|
||||||
build.kh/botan/cvc_ado.h \
|
cert/cvc/cvc_ado.h \
|
||||||
build.kh/botan/cvc_ca.h \
|
cert/cvc/cvc_ca.h \
|
||||||
build.kh/botan/cvc_cert.h \
|
cert/cvc/cvc_cert.h \
|
||||||
build.kh/botan/cvc_gen_cert.h \
|
cert/cvc/cvc_gen_cert.h \
|
||||||
build.kh/botan/cvc_key.h \
|
cert/cvc/cvc_key.h \
|
||||||
build.kh/botan/cvc_req.h \
|
cert/cvc/cvc_req.h \
|
||||||
build.kh/botan/cvc_self.h \
|
cert/cvc/cvc_self.h \
|
||||||
build.kh/botan/eac_asn_obj.h \
|
cert/cvc/eac_asn_obj.h \
|
||||||
build.kh/botan/eac_obj.h \
|
cert/cvc/eac_obj.h \
|
||||||
build.kh/botan/ecc_key.h \
|
cert/cvc/ecdsa_sig.h \
|
||||||
build.kh/botan/ec_dompar.h \
|
cert/cvc/freestore.h \
|
||||||
build.kh/botan/ecdsa_core.h \
|
cert/cvc/signed_obj.h \
|
||||||
build.kh/botan/ecdsa.h \
|
entropy/dev_random/es_dev.h \
|
||||||
build.kh/botan/ecdsa_op.h \
|
entropy/egd/es_egd.h \
|
||||||
build.kh/botan/ecdsa_sig.h \
|
entropy/proc_walk/es_ftw.h \
|
||||||
build.kh/botan/eckaeg_core.h \
|
entropy/unix_procs/es_unix.h \
|
||||||
build.kh/botan/eckaeg.h \
|
entropy/unix_procs/unix_cmd.h \
|
||||||
build.kh/botan/eckaeg_op.h \
|
filters/fd_unix/fd_unix.h \
|
||||||
build.kh/botan/es_dev.h \
|
math/gfpmath/curve_gfp.h \
|
||||||
build.kh/botan/es_egd.h \
|
math/gfpmath/gfp_element.h \
|
||||||
build.kh/botan/es_ftw.h \
|
math/gfpmath/gfp_modulus.h \
|
||||||
build.kh/botan/es_unix.h \
|
math/gfpmath/point_gfp.h \
|
||||||
build.kh/botan/fd_unix.h \
|
mutex/pthreads/mux_pthr.h \
|
||||||
build.kh/botan/freestore.h \
|
pubkey/ec_dompar/ec_dompar.h \
|
||||||
build.kh/botan/gfp_element.h \
|
pubkey/ecc_key/ecc_key.h \
|
||||||
build.kh/botan/gfp_modulus.h \
|
pubkey/ecdsa/ecdsa.h \
|
||||||
build.kh/botan/mmap_mem.h \
|
pubkey/ecdsa/ecdsa_core.h \
|
||||||
build.kh/botan/mux_pthr.h \
|
pubkey/ecdsa/ecdsa_op.h \
|
||||||
build.kh/botan/point_gfp.h \
|
pubkey/eckaeg/eckaeg.h \
|
||||||
build.kh/botan/signed_obj.h \
|
pubkey/eckaeg/eckaeg_core.h \
|
||||||
build.kh/botan/tm_posix.h \
|
pubkey/eckaeg/eckaeg_op.h \
|
||||||
build.kh/botan/tm_unix.h \
|
timer/gettimeofday/tm_unix.h
|
||||||
build.kh/botan/unix_cmd.h
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
linux*-g++* {
|
||||||
|
HEADERS += timer/posix_rt/tm_posix.h
|
||||||
|
}
|
||||||
|
|
||||||
SOURCES += algo_factory/algo_factory.cpp \
|
SOURCES += algo_factory/algo_factory.cpp \
|
||||||
algo_factory/prov_weight.cpp \
|
algo_factory/prov_weight.cpp \
|
||||||
@@ -560,15 +562,5 @@ SOURCES += alloc/alloc_mmap/mmap_mem.cpp \
|
|||||||
}
|
}
|
||||||
|
|
||||||
linux*-g++* {
|
linux*-g++* {
|
||||||
SOURCES += \
|
SOURCES += timer/posix_rt/tm_posix.cpp
|
||||||
# block/serpent_ia32/serp_ia32.cpp \
|
|
||||||
# block/serpent_ia32/serp_ia32_imp.S \
|
|
||||||
# engine/ia32_eng/eng_ia32.cpp \
|
|
||||||
# hash/md4_ia32/md4_ia32.cpp \
|
|
||||||
# hash/md4_ia32/md4_ia32_imp.S \
|
|
||||||
# hash/md5_ia32/md5_ia32.cpp \
|
|
||||||
# hash/md5_ia32/md5_ia32_imp.S \
|
|
||||||
# hash/sha1_ia32/sha1_ia32.cpp \
|
|
||||||
# hash/sha1_ia32/sha1_ia32_imp.S \
|
|
||||||
timer/posix_rt/tm_posix.cpp
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user