diff options
Diffstat (limited to 'src/version_check.h')
-rw-r--r-- | src/version_check.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/version_check.h b/src/version_check.h index a940f6b..b6a63ab 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. |