Details
-
Bug
-
Resolution: Done
-
P3: Somewhat important
-
Qt Creator 4.9.0
-
None
-
-
599b03179e392b97023c6ebca98faa514967841a (qt-creator/qt-creator/4.10)
Description
Hi,
i am trying to deploy gdbserver from my Windows host to the remote Linux target device.
For that i added
gdbserver.path = /tmp gdbserver.files = $$PWD/gdbserver gdbserver.CONFIG += executable INSTALLS += gdbserver
to the .pro file. The deployment works as expected, but since the file comes from the Windows file system it lacks the executable flags on the device after deployment.
I somewhere read about adding "executable" to the CONFIG member might work, but it doesn't.
Is it me or QtCreator who is missing something?