We now have a current svn snapshot of libqxt in our contrib dir, and
[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
new file mode 100644 (file)
index 0000000..c005323
--- /dev/null
@@ -0,0 +1,30 @@
+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
+}
+
+
+