You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is common on Unix to also use the build tool to install applications and libraries; for example, by invoking make install. For this reason, qmake has the concept of an install set, an object which contains instructions about the way a part of a project is to be installed.
https://travis-ci.org/probonopd/LAN-Share/builds/386135318#L598 says:
It is common on Unix to also use the build tool to install applications and libraries; for example, by invoking
make install
. For this reason,qmake
has the concept of an install set, an object which contains instructions about the way a part of a project is to be installed.Please see the section "Installing Files" on http://doc.qt.io/qt-5/qmake-advanced-usage.html.
The text was updated successfully, but these errors were encountered: