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

Qt Automation examples are installed in the wrong folder

    XMLWordPrintable

Details

    • Linux/X11

    Description

      When installing Qt for Automation, the examples are in the folder:

      ./Qt/Examples/Automation/$QTVERSION/$MODULENAME

      However, when I compile the examples and do "make install", the binaries are deployed to

      ./Qt/Examples/Qt-$QTVERSION/$MODULENAME

      I was testing QtOPC-UA and the providing examples did not run out of the box because the simulationserver was installed in the wrong place.

      In the .pro-files of the examples, the target path is given as

      #install
      target.path = $$[QT_INSTALL_EXAMPLES]/opcua/waterpump/waterpump-qmlcpp
      INSTALLS += target

      The $$[QT_INSTALL_EXAMPLES] is the generic for all examples, but for Qt for Automation and also Automotive Suite, a different variable should be used.

       

      Attachments

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

        Activity

          People

            releaseteam Qt Release Team
            michaelwinkelmann Michael Winkelmann
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes