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. QT lupdate can not make ts file
Qt 6.11 is out! See what's new in the release blog

QT lupdate can not make ts file

Scheduled Pinned Locked Moved Unsolved General and Desktop
4 Posts 2 Posters 638 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.
  • C Offline
    C Offline
    Chuck2020
    wrote on last edited by
    #1

    when I input lupdate Linux.pro ,my computer tell :
    lupdate: could not exec '/usr/lib/x86_64-linux-gnu/qt4/bin/lupdate': No such file or directory, how to solve it?

    jsulmJ 1 Reply Last reply
    0
    • C Chuck2020

      when I input lupdate Linux.pro ,my computer tell :
      lupdate: could not exec '/usr/lib/x86_64-linux-gnu/qt4/bin/lupdate': No such file or directory, how to solve it?

      jsulmJ Offline
      jsulmJ Offline
      jsulm
      Lifetime Qt Champion
      wrote on last edited by
      #2

      @Chuck2020 said in QT lupdate can not make ts file:

      how to solve it?

      Use absolute path to lupdate

      https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      2
      • C Offline
        C Offline
        Chuck2020
        wrote on last edited by
        #3

        @jsulm said in QT lupdate can not make ts file:

        Use absolute path to lupdate

        3rd party lib boost make lupdate run for a long time, Then i use TR_EXCLUDE to make it translate some dir, QT didnot recognize this ,Pity

        jsulmJ 1 Reply Last reply
        0
        • C Chuck2020

          @jsulm said in QT lupdate can not make ts file:

          Use absolute path to lupdate

          3rd party lib boost make lupdate run for a long time, Then i use TR_EXCLUDE to make it translate some dir, QT didnot recognize this ,Pity

          jsulmJ Offline
          jsulmJ Offline
          jsulm
          Lifetime Qt Champion
          wrote on last edited by
          #4

          @Chuck2020 said in QT lupdate can not make ts file:

          QT didnot recognize this

          This is not Qt issue. If you call "lupdate" in a terminal then your system will call the first lupdate it finds in directories mentioned in PATH and it looks like you have another lupdate from qt4 somewhere.

          https://forum.qt.io/topic/113070/qt-code-of-conduct

          1 Reply Last reply
          4

          • Login

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