Remove libqxt from our svn. We don't depend on it anymore thanks to
[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
deleted file mode 100644 (file)
index bb03af0..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-#include <QObject>
-
-
-#if QT_VERSION < 0x040000
-#error needs qt4
-#endif
-
-
-int main (int,char**)
-       {
-        QObject();
-       return 0;
-       }
-
-