From 9deb7de38e99130ba2fd34eff188e671b424e590 Mon Sep 17 00:00:00 2001 From: don bright Date: Sun, 23 Dec 2012 16:58:22 -0600 Subject: [PATCH] CONFIG=skip_version_check should be += otherwise qmake has bizarre problems (bison doesnt get called??) --- src/version_check.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/version_check.h b/src/version_check.h index a940f6b0..b6a63ab7 100644 --- a/src/version_check.h +++ b/src/version_check.h @@ -6,7 +6,7 @@ are too old, the user will be warned. If the user wishes to force 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.