Qt 5.15.2 library.pro file ignoring certain source file(s)
-
I'm trying to create a *.pro file for adding all the necessary source files for the openssl library so I can build for arm64 target
AFAIK, I NEED to either compile in aes_x86core.c OR aes_core.c depending upon target CPU.
However, I can get aes_x86core.c added into the qmake generated Makefile, but when I attempt to use aes_core.c it NEVER gets added to the qmake generated.
I don't have privilege to attach my entire file so hopefully this image will help illustrate:
-
Hi,
Why not use a pre-built OpenSSL ?
-
@SGaist said in Qt 5.15.2 library.pro file ignoring certain source file(s):
Hi,
Why not use a pre-built OpenSSL ?
AFAIK, the last prebuilt openssl available is 3.0.1 ; we're trying to use 3.1.4+
If I did use a prebuilt, how would I point qmake to it for static linking? -
@SGaist said in Qt 5.15.2 library.pro file ignoring certain source file(s):
Hi,
Why not use a pre-built OpenSSL ?
AFAIK, the last prebuilt openssl available is 3.0.1 ; we're trying to use 3.1.4+
If I did use a prebuilt, how would I point qmake to it for static linking?@Vince_SiriusXM it's described here.