1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

docs(codingstyle): update min qt version

This commit is contained in:
sudden6 2017-06-28 15:42:04 +02:00
parent 7b3bd45d50
commit 90910cbfe1
No known key found for this signature in database
GPG Key ID: 279509B499E032B9
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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