Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Where in the Qt Creator settings are specified which C / C ++ libraries are used?
Forum Update on Monday, May 27th 2025

Where in the Qt Creator settings are specified which C / C ++ libraries are used?

Scheduled Pinned Locked Moved Solved General and Desktop
5 Posts 2 Posters 629 Views
  • 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
    AlekseyB
    wrote on last edited by AlekseyB
    #1

    I'm working on Debian 9.2.3 and decided to deal with the library code that is used by my program. But, unfortunately, I didn't find the settings that allow to look / change the used libraries.

    K 1 Reply Last reply
    0
    • A AlekseyB

      I'm working on Debian 9.2.3 and decided to deal with the library code that is used by my program. But, unfortunately, I didn't find the settings that allow to look / change the used libraries.

      K Offline
      K Offline
      koahnig
      wrote on last edited by
      #2

      @AlekseyB

      Either those are libraries defined already by the complier or you can use LIBS for qmake in .pro file.

      Vote the answer(s) that helped you to solve your issue(s)

      1 Reply Last reply
      0
      • A Offline
        A Offline
        AlekseyB
        wrote on last edited by AlekseyB
        #3

        @koahnig said in Where in the Qt Creator settings are specified which C / C ++ libraries are used?:

        Either those are libraries defined already by the complier or you can use LIBS for qmake in .pro file.

        Perhaps, the compiler has already defined something. But I want to know what he has decided and how to change his decision.

        K 1 Reply Last reply
        0
        • A AlekseyB

          @koahnig said in Where in the Qt Creator settings are specified which C / C ++ libraries are used?:

          Either those are libraries defined already by the complier or you can use LIBS for qmake in .pro file.

          Perhaps, the compiler has already defined something. But I want to know what he has decided and how to change his decision.

          K Offline
          K Offline
          koahnig
          wrote on last edited by
          #4

          @AlekseyB

          You need to check with your compiler documentation on settings to prevent use of standard libraries.

          In .pro you can use QMAKE_FLAGS to tell through qmake this parameter. With LIBS you can specifiy different libraries.

          Vote the answer(s) that helped you to solve your issue(s)

          A 1 Reply Last reply
          2
          • K koahnig

            @AlekseyB

            You need to check with your compiler documentation on settings to prevent use of standard libraries.

            In .pro you can use QMAKE_FLAGS to tell through qmake this parameter. With LIBS you can specifiy different libraries.

            A Offline
            A Offline
            AlekseyB
            wrote on last edited by
            #5

            @koahnig Thank you!

            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