CONFIG=skip_version_check should be += otherwise qmake has bizarre problems (bison doesnt get called??)

felipesanches-svg
don bright 2012-12-23 16:58:22 -06:00
parent 7be00e4bc5
commit 9deb7de38e
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
are too old, the user will be warned. If the user wishes to force are too old, the user will be warned. If the user wishes to force
compilation, they can run compilation, they can run
qmake CONFIG=skip-version-check qmake CONFIG+=skip-version-check
Otherwise they will be guided to README.md and an -build-dependencies script. Otherwise they will be guided to README.md and an -build-dependencies script.