Mentioned the DISABLE_VERSION_CHECK_BY_DEFAULT configuration option. authored by Karel Slaný's avatar Karel Slaný
......@@ -21,6 +21,11 @@ You may change the prefix by running:
qmake PREFIX="/usr" datovka.pro
```
If you are a package maintainer you may want to disable the default checking for new version on application start-up. This can be achieved by passing the `DISABLE_VERSION_CHECK_BY_DEFAULT` configuration option.
``` shell
qmake DISABLE_VERSION_CHECK_BY_DEFAULT=1 datovka.pro
```
### OS X
Currently we use `QT_VER="5.4.0"` with `SDK_VER="10.7"` or `SDK_VER="10.9."`.
......
......