Details
-
Type:
Bug
-
Status: Closed
-
Priority:
P3: Somewhat important
-
Resolution: Done
-
Affects Version/s: Qt Creator 4.11.0-beta2
-
Fix Version/s: Qt Creator 4.11.0
-
Component/s: Boot2Qt Support , Remote Linux
-
Labels:
-
Environment:Linux / Embedded Linux
-
Platform/s:
-
Commits:fd39ea9ef9a6a4c8a19a0ad730f5ddfe22b0a1fe (qt-creator/qt-creator/4.11)
Description
With rsync deployment the is additional folder created on target when using absolute path.
Steps to reproduce:
- Run the attached example project
Expected result:
- The main.qml file should go into /opt/$${TARGET}/qml/main.qml
Actual result:
- The main.qml file goes to /opt/$${TARGET}/qml/qml/main.qml