X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcontrib%2Flibqxt-2007-10-24%2Fsrc%2Fcrypto%2Fcrypto.pro;fp=src%2Fcontrib%2Flibqxt-2007-10-24%2Fsrc%2Fcrypto%2Fcrypto.pro;h=0000000000000000000000000000000000000000;hp=c005323b02c1761001df5d411bf7a1bccacff6f3;hb=140d8a132103d2fa9baf55036e09b165624de167;hpb=97d674034551438238c568e8b42efb08e1ba7354 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 index c005323b..00000000 --- a/src/contrib/libqxt-2007-10-24/src/crypto/crypto.pro +++ /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 -} - - -