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. How libqte.a is created?
Qt 6.11 is out! See what's new in the release blog

How libqte.a is created?

Scheduled Pinned Locked Moved Mobile and Embedded
12 Posts 2 Posters 2.9k 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.
  • A Offline
    A Offline
    ArunkumarRavi
    wrote on last edited by
    #1

    Hi all,
    We have an UI Task designed using Qt3.0.3.On compilation it inlcudes the library libqte.a which prexists.
    I would like to know how this libqte.a is created and from where? what source codes are used to build this library?

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

      Hi,

      IIRC, it's created when building Qt for Embedded Linux statically.

      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
      0
      • A Offline
        A Offline
        ArunkumarRavi
        wrote on last edited by
        #3

        Hi SGaist,
        Thanks for your reply. Let me make myself clear..My questions may sound little silly.. Because im new to Qt with just 1 month experience..
        1.What doess IIRC mean?
        2.Currently we are installing the Embedded Qt patch framework in a Red Hat linux PC,So do you mean while installing this patch,the libqte.a gets built?Which is included by the UI Task whenever i compile it?

        1 Reply Last reply
        0
        • SGaistS Offline
          SGaistS Offline
          SGaist
          Lifetime Qt Champion
          wrote on last edited by
          #4
          1. If I Recall Correctly

          2. patch framework ? What do you mean ?

          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
          0
          • A Offline
            A Offline
            ArunkumarRavi
            wrote on last edited by
            #5

            i mean,when im installing Qt,the library libqte.a gets built.. am i correct?

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

              Before installing you need to build, and at this stage this library will be created.

              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
              0
              • A Offline
                A Offline
                ArunkumarRavi
                wrote on last edited by
                #7

                Thanks SGaist.
                Will i be able to add some debug statements in the library and rebuild it? is it possible?

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

                  If you already built Qt then yes sure.

                  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
                  0
                  • A Offline
                    A Offline
                    ArunkumarRavi
                    wrote on last edited by
                    #9

                    Hi SGaist,
                    Thanks for your reply.My intention was to understand the Tslib functionalities which is inbuilt with the libqte.a library.I will try to rebuild with some debugging.

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

                      If you want to fiddle with that code you should rather build a shared version, it will be quicker to test modify update.

                      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
                      0
                      • A Offline
                        A Offline
                        ArunkumarRavi
                        wrote on last edited by
                        #11

                        Hi SGaist,
                        What do u mean by shared version?Pardon me if my questions are silly..

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

                          libqte.a is a static lib, dll or so, dylib are shared

                          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
                          0

                          • Login

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