specrunner: Ensure that Qt 4.7 or later is used.

This commit is contained in:
Ariya Hidayat 2010-11-01 15:48:13 -07:00
parent 1f9951213e
commit b37c420246
1 changed files with 4 additions and 0 deletions

View File

@ -24,6 +24,10 @@
#include <QtWebKit>
#include <iostream>
#if QT_VERSION < QT_VERSION_CHECK(4, 7, 0)
#error Use Qt 4.7 or later version
#endif
class HeadlessSpecRunner: public QObject
{
Q_OBJECT