* ctkflatproxymodeltest-build-error: QVariant is not a metatype in Qt < 4.7.0
@@ -32,6 +32,10 @@
#include "ctkModelTester.h"
#include "ctkTest.h"
+#if QT_VERSION < 0x040700
+Q_DECLARE_METATYPE(QVariant)
+#endif
+
// ----------------------------------------------------------------------------
class ctkFlatProxyModelTester: public QObject
{