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 Updated to NodeBB v4.3 + New Features

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 632 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
    AlekseyB
    wrote on 9 Feb 2018, 07:54 last edited by AlekseyB 2 Sept 2018, 08:00
    #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 9 Feb 2018, 08:01
    0
    • A AlekseyB
      9 Feb 2018, 07:54

      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 9 Feb 2018, 08:01 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 9 Feb 2018, 08:08 last edited by AlekseyB 2 Sept 2018, 08:08
        #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 9 Feb 2018, 08:12
        0
        • A AlekseyB
          9 Feb 2018, 08:08

          @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 9 Feb 2018, 08:12 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 9 Feb 2018, 08:24
          2
          • K koahnig
            9 Feb 2018, 08:12

            @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 9 Feb 2018, 08:24 last edited by
            #5

            @koahnig Thank you!

            1 Reply Last reply
            0

            5/5

            9 Feb 2018, 08:24

            • Login

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