Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. Qt 5.15.2 library.pro file ignoring certain source file(s)

Qt 5.15.2 library.pro file ignoring certain source file(s)

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
4 Posts 2 Posters 543 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • V Offline
    V Offline
    Vince_SiriusXM
    wrote on last edited by
    #1

    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:
    e4cd8eaf-8e20-4f3b-8e82-326c8920d146-image.png

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi,

      Why not use a pre-built OpenSSL ?

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      V 1 Reply Last reply
      0
      • SGaistS SGaist

        Hi,

        Why not use a pre-built OpenSSL ?

        V Offline
        V Offline
        Vince_SiriusXM
        wrote on last edited by
        #3

        @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?

        SGaistS 1 Reply Last reply
        0
        • V Vince_SiriusXM

          @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?

          SGaistS Offline
          SGaistS Offline
          SGaist
          Lifetime Qt Champion
          wrote on last edited by
          #4

          @Vince_SiriusXM it's described here.

          Interested in AI ? www.idiap.ch
          Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

          1 Reply Last reply
          1

          • Login

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • Users
          • Groups
          • Search
          • Get Qt Extensions
          • Unsolved