We now have a current svn snapshot of libqxt in our contrib dir, and
[quassel.git] / src / contrib / libqxt-2007-10-24 / config.tests / qt4 / main.cpp
diff --git a/src/contrib/libqxt-2007-10-24/config.tests/qt4/main.cpp b/src/contrib/libqxt-2007-10-24/config.tests/qt4/main.cpp
new file mode 100644 (file)
index 0000000..bb03af0
--- /dev/null
@@ -0,0 +1,15 @@
+#include <QObject>
+
+
+#if QT_VERSION < 0x040000
+#error needs qt4
+#endif
+
+
+int main (int,char**)
+       {
+        QObject();
+       return 0;
+       }
+
+