Remove libqxt from our svn. We don't depend on it anymore thanks to
[quassel.git] / src / contrib / libqxt-2007-10-24 / src / crypto / crypto.pro
diff --git a/src/contrib/libqxt-2007-10-24/src/crypto/crypto.pro b/src/contrib/libqxt-2007-10-24/src/crypto/crypto.pro
deleted file mode 100644 (file)
index c005323..0000000
+++ /dev/null
@@ -1,30 +0,0 @@
-TARGET = QxtCrypto
-DESTDIR = ../../deploy/libs/
-DEPENDPATH += .
-INCLUDEPATH     += . thirdparty ../core
-
-DEFINES += BUILD_QXT_CRYPTO
-win32: CONFIG += dll
-QT = core
-INCLUDEPATH += .
-TEMPLATE = lib
-MOC_DIR = .moc
-OBJECTS_DIR = .obj
-CONFIG += qxtbuild  convenience
-include(../../config.pri)
-
-SOURCES+= thirdparty/md5.cpp thirdparty/md4.cpp
-
-
-HEADERS += qxthash.h 
-SOURCES += qxthash.cpp
-
-
-contains(DEFINES,HAVE_OPENSSL){
-HEADERS += qxtblowfish.h
-SOURCES += qxtblowfish.cpp
-LIBS+=-lssl
-}
-
-
-