Qt 6.11 is out! See what's new in the release
blog
Rules for deployment
-
When I create a new project in Qt, at the end of the .pro file there are the following lines:
# Default rules for deployment. qnx: target.path = /tmp/$${TARGET}/bin else: unix:!android: target.path = /opt/$${TARGET}/bin !isEmpty(target.path): INSTALLS += targetWhat are those settings doing?
-
When I create a new project in Qt, at the end of the .pro file there are the following lines:
# Default rules for deployment. qnx: target.path = /tmp/$${TARGET}/bin else: unix:!android: target.path = /opt/$${TARGET}/bin !isEmpty(target.path): INSTALLS += targetWhat are those settings doing?