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