Remove libqxt from our svn. We don't depend on it anymore thanks to
[quassel.git] / src / contrib / libqxt-2007-10-24 / features / qxtbuild.prf
diff --git a/src/contrib/libqxt-2007-10-24/features/qxtbuild.prf b/src/contrib/libqxt-2007-10-24/features/qxtbuild.prf
deleted file mode 100644 (file)
index f5aea2c..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-VERSION      = 0.2.4
-incs.path    = $${include.path}/$$TARGET/
-
-contains(CONFIG,convenience){
-    for(header,HEADERS){
-        incs.files += $$header
-    }
-}
-
-incs.files += ../../deploy/include/$${TARGET}/*
-LIBS += -L../../deploy/libs/
-
-INSTALLS = target incs
-include(../../deploy/qt/qxt.prf)