Details
-
Bug
-
Resolution: Fixed
-
P2: Important
-
Qt Creator 4.2.0, Qt Creator 4.6.1
-
None
-
087af4187177c8f06fa91a8640cd0b4e4bca05f4
Description
When creating a new Qt Widgets Application or Qt Console Application project, deployment rules are missing, resulting in projects not deploying properly to e.g. Boot2Qt devices.
For now this can be fixed by adding
# Default rules for deployment. qnx: target.path = /tmp/$${TARGET}/bin else: unix:!android: target.path = /opt/$${TARGET}/bin !isEmpty(target.path): INSTALLS += target
to the project file.
Attachments
Issue Links
- relates to
-
QTCREATORBUG-21227 Qt Creator has no concept of device specific deployment paths
- Closed