Rules for deployment
Unsolved
General and Desktop
-
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 += target
What 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 += target
What are those settings doing?