Details
-
Bug
-
Resolution: Done
-
P3: Somewhat important
-
Qt Creator 4.11.0-beta2
-
Linux / Embedded Linux
-
-
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