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

Error when starting lrelease from menue Tools/External/Linguist

    XMLWordPrintable

Details

    • Bug
    • Resolution: Duplicate
    • Not Evaluated
    • 5.0.2
    • 5.0.1
    • Tools: Linguist
    • None
    • Windows 7
    • qttools 05dab891649b76fe7351d51950edf3caba2bfece

    Description

      When starting lrelease from menue, lrelease aborted with error message:

      Could not find qmake configuration directory. Could not find configuration file. Using OS scope before setting MAKEFILE_GENERATOR

      I think the reason is an error in 'lrelease' 'main.cpp':

      Line 386: binDir = filePath.filePath();

      now 'binDir' is not the directory of 'qmake.exe' because function 'filePath()' returns file name and path of 'lrelease'.

      It has to be:

      Line 386: binDir = filePath.absolutePath();

      Attachments

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

        Activity

          People

            buddenha Oswald Buddenhagen
            niels Niels Franksen
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes