diff --git a/README.md b/README.md index 1df0ad5..18a02b2 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +_I am looking for a new maintainer for this project. Please contact me via GitHub if you're interested._ + # Jasmine Headless WebKit runner Run your specs at sonic boom speed! No pesky reload button or page rendering slowdowns! diff --git a/ext/jasmine-webkit-specrunner/specrunner.cpp b/ext/jasmine-webkit-specrunner/specrunner.cpp index 9f961d7..e6c4877 100644 --- a/ext/jasmine-webkit-specrunner/specrunner.cpp +++ b/ext/jasmine-webkit-specrunner/specrunner.cpp @@ -23,6 +23,10 @@ #include "Runner.h" +#if QT_VERSION >= QT_VERSION_CHECK(4, 8, 0) +#include +#endif + #if QT_VERSION < QT_VERSION_CHECK(4, 7, 0) #error Use Qt 4.7 or later version #endif