summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorLubos Dolezel <lubos@dolezel.info>2016-01-11 10:30:10 +0100
committerLubos Dolezel <lubos@dolezel.info>2016-01-11 10:30:10 +0100
commit497c6093dca384e0c33c107484535421f1bf0fca (patch)
treee99a037ddde1b6618b9477df47433bcd6193a733 /README.md
parentdcd1d23d6d49074d61dce8e43f192f4312ab9fee (diff)
downloadtwinkle-497c6093dca384e0c33c107484535421f1bf0fca.tar
twinkle-497c6093dca384e0c33c107484535421f1bf0fca.tar.gz
twinkle-497c6093dca384e0c33c107484535421f1bf0fca.tar.lz
twinkle-497c6093dca384e0c33c107484535421f1bf0fca.tar.xz
twinkle-497c6093dca384e0c33c107484535421f1bf0fca.zip
Port to QtQuick, drop Qt 4 support (resolves #52)
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 2 insertions, 5 deletions
diff --git a/README.md b/README.md
index 15891ff..34d6908 100644
--- a/README.md
+++ b/README.md
@@ -10,7 +10,7 @@ To compile Twinkle you need the following libraries:
* ccRTP (version >= 1.5.0) [GNU RTP Stack](http://www.gnu.org/software/ccrtp/)
* libxml2
* libsndfile
-* Qt 4 or Qt 5
+* Qt 5
### Optional dependencies
@@ -23,13 +23,10 @@ To compile Twinkle you need the following libraries:
## Build
First of all, choose which options you want to have enabled.
-As a very minimum, you should choose Qt 4 (`-DWITH_QT4=On`) or
-Qt 5 (`-DWITH_QT5=On`). These two options are mutually exclusive.
All possible options are:
-* Qt 5 GUI: `-DWITH_QT5=On`
-* Qt 4 GUI: `-DWITH_QT4=On`
+* Qt 5 GUI: `-DWITH_QT5=On` (on by default)
* ALSA support: `-DWITH_ALSA=On` (on by default)
* ZRTP support: `-DWITH_ZRTP=On`
* G.729A codec support: `-DWITH_G729=On`