Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-59521

PSQL_LIBS= is ignored when specified in the configure command, but it is respected when defined as Environment variable before calling configure

    XMLWordPrintable

Details

    • 09e2fc43ab10e6cdf8a9d9121bf93262f9e6a73e

    Description

      Configuring Qt for custom Postgres libs via PSQL_LIBS does not work when PSQL_LIBS=xx ist specified in the configure command:
      configure.bat [...] -sql-psql -I C:\Path\to\libpq\include -L C:\Path\to\libpq\lib PSQL_LIBS=-llibpqdll

      In contrast, It works if PSQL-LIBS is set as environment variable before configure is called:
      set PSQL_LIBS=-llibpqdll
      configure.bat [...] -sql-psql -I C:\Path\to\libpq\include -L C:\Path\to\libpq\lib

      Attachments

        Issue Links

          No reviews matched the request. Check your Options in the drop-down menu of this sections header.

          Activity

            People

              buddenha Oswald Buddenhagen
              torbendannhauer Torben
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes