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

    • 09e2fc43ab10e6cdf8a9d9121bf93262f9e6a73e

      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

        For Gerrit Dashboard: QTBUG-59521
        # Subject Branch Project Status CR V

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

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes