From 3ac131d39d2c44ac6226911f65708a6e52951815 Mon Sep 17 00:00:00 2001 From: Don Bright Date: Sun, 5 Aug 2012 10:16:53 -0500 Subject: QT minimum version was incorrect and did not match README. fixing. diff --git a/src/version_check.h b/src/version_check.h index 8e131be..16a54a2 100644 --- a/src/version_check.h +++ b/src/version_check.h @@ -84,7 +84,7 @@ a time, to avoid confusion. #endif // ENABLE_OPENCSG #include -#if QT_VERSION < 0x040603 +#if QT_VERSION < 0x040400 #error QT library missing or version too old. See README.md. To force compile, run qmake CONFIG=skip-version-check #endif // QT -- cgit v0.10.1