Remove libqxt from our svn. We don't depend on it anymore thanks to
[quassel.git] / src / contrib / libqxt-2007-10-24 / src / web / web.pro
diff --git a/src/contrib/libqxt-2007-10-24/src/web/web.pro b/src/contrib/libqxt-2007-10-24/src/web/web.pro
deleted file mode 100644 (file)
index bed296f..0000000
+++ /dev/null
@@ -1,28 +0,0 @@
-TARGET          =  QxtWeb
-#DESTDIR         = ../../deploy/libs
-DEPENDPATH      += .
-INCLUDEPATH     += . ../core ../network
-DEFINES         += BUILD_QXT_WEB
-win32: CONFIG   += dll
-QT               = core network
-QXT              = core network
-INCLUDEPATH     += .
-TEMPLATE         = lib
-MOC_DIR          = .moc
-OBJECTS_DIR      = .obj
-CONFIG          += qxtbuild convenience
-include(../../config.pri)
-
-
-HEADERS+= qxthtmltemplate.h  qxtwebcore.h  qxtwebcontroller.h  qxtwebcore_p.h   qxtabstractwebconnector.h qxtscgiconnector.h
-SOURCES+= qxthtmltemplate.cpp  qxtwebcore.cpp  qxtwebcontroller.cpp  qxtscgiconnector.cpp
-
-
-
-
-contains(DEFINES,HAVE_FCGI){
-HEADERS += qxtfcgiconnector.h qxtfcgiconnector_p.h
-SOURCES += qxtfcgiconnector.cpp
-LIBS+=-lfcgi++
-}
-