diff options
author | Kevin Smith <git@kismith.co.uk> | 2013-10-10 07:41:44 (GMT) |
---|---|---|
committer | Swift Review <review@swift.im> | 2013-10-15 19:49:09 (GMT) |
commit | 040ceccfc67ce41fdd836ae874da68e04e6ca944 (patch) | |
tree | 3f5cfb8e476129c88f4c4d3df4931745383ff99e /Documentation | |
parent | 97551f28e3642faeff0ae77dde48cbd03cee3f1a (diff) | |
download | swift-040ceccfc67ce41fdd836ae874da68e04e6ca944.zip swift-040ceccfc67ce41fdd836ae874da68e04e6ca944.tar.bz2 |
Add qt5 to docs
Change-Id: If454a17361c8dcba747278a98edeeeb56e21d54d
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/BuildingGenerics.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/BuildingGenerics.txt b/Documentation/BuildingGenerics.txt index 27ac55e..66f3347 100644 --- a/Documentation/BuildingGenerics.txt +++ b/Documentation/BuildingGenerics.txt @@ -1,2 +1,6 @@ To cause scons to search for dependencies instead of using cached results, add force-configure=1 to the commandline: scons force-configure=1 + +Swift is usually built with Qt4. If you want to build it against Qt5, add the line +qt5 = 1 +to your config.py |