Browse Source

docs(codingstyle): update min qt version

pull/4499/head
sudden6 8 years ago
parent
commit
90910cbfe1
No known key found for this signature in database
GPG Key ID: 279509B499E032B9
  1. 2
      .travis/build-ubuntu-14-04.sh
  2. 6
      doc/coding_standards.md

2
.travis/build-ubuntu-14-04.sh

@ -19,7 +19,7 @@ @@ -19,7 +19,7 @@
# stop as soon as one of steps will fail
set -e -o pipefail
# Qt 5.3, since that's the lowest supported version
# Qt 5.5, since that's the lowest supported version
sudo add-apt-repository -y ppa:beineri/opt-qt551-trusty
sudo apt-get update -qq

6
doc/coding_standards.md

@ -25,9 +25,9 @@ imposed: @@ -25,9 +25,9 @@ imposed:
### Compatibility
qTox is linked against Qt 5, allowing the use of Qt constructs and library
features. The current minimum supported Qt version is Qt 5.3, meaning that all
code must compile in a Qt 5.3 environment. Any usage post-Qt 5.3 features must
be optional and be disabled when compiling/running in a Qt 5.3 environment.
features. The current minimum supported Qt version is Qt 5.5, meaning that all
code must compile in a Qt 5.5 environment. Any usage post-Qt 5.5 features must
be optional and be disabled when compiling/running in a Qt 5.5 environment.
### No Exceptions

Loading…
Cancel
Save