Compare commits

..

1 Commits

Author SHA1 Message Date
Louis Coquio
223f1cdcba Add getopt include to specrunner.cpp 2012-12-06 15:17:11 +01:00
2 changed files with 2 additions and 5 deletions

View File

@ -1,4 +1,4 @@
_This project is dead. You should use [Karma](http://karma-runner.github.io/) instead. I do._
_I am looking for a new maintainer for this project. Please contact me via GitHub if you're interested._
# Jasmine Headless WebKit runner

View File

@ -21,11 +21,8 @@
THE SOFTWARE.
*/
#include "Runner.h"
#if QT_VERSION >= QT_VERSION_CHECK(4, 8, 0)
#include <getopt.h>
#endif
#include "Runner.h"
#if QT_VERSION < QT_VERSION_CHECK(4, 7, 0)
#error Use Qt 4.7 or later version