Uploaded image for project: 'Qt Creator'
  1. Qt Creator
  2. QTCREATORBUG-24695

Deploy step fail while using wildcards

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P3: Somewhat important
    • Qt Creator 4.14.0-beta1
    • Qt Creator 4.12.0
    • None
    • c9c0e80339c803b6c6b871d5aca52f107c02260e (qt-creator/qt-creator/4.14)

    Description

      After look for related/knows issues using wildcards for INSTALL I found a issue that describes a problem pretty similar to the one that I have. QTCREATORBUG-17982

      By the comments in QTCREATORBUG-17982, it should be solved. But I'm facing this similar issue in Qt Creator 4.12.0. 

      I have these follow lines in my *.pro file.

      isobusFiles.files = $${VT_ISOBUS_MODULE_PATH}/qml/ISOBUS/*
      INSTALLS += isobusFilesespaço reservado de código
      

      When qmake command runs everything works as expect and the respective install rule was generated in the Makefile.

      But when the deploy step is run by QtCreator, an error occurs with the following message:

      12:42:54: Local file "/home/talisson.g/Projects/Development/client/env_vt/vt-isobus-module/src/qml/ISOBUS/*" does not exist.
      12:42:54: Deploy step failed.
      Error while building/deploying project virtual_terminal (kit: Poky_1.6.1)
      When executing step "Upload files via SFTP"
      

      Even though the workaround described in QTCREATORBUG-17982 ( use $$files instead ) works for me, this issue must be solved.

       

      Attachments

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

        Activity

          People

            kandeler Christian Kandeler
            talisson.g Talisson Rosa Galho
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes