Ok, the long awaited config wizard is here (at least in a very basic state). There...
[quassel.git] / src / contrib / libqxt-2007-10-24 / src / web / web.pro
1 TARGET          =  QxtWeb
2 #DESTDIR         = ../../deploy/libs
3 DEPENDPATH      += .
4 INCLUDEPATH     += . ../core ../network
5 DEFINES         += BUILD_QXT_WEB
6 win32: CONFIG   += dll
7 QT               = core network
8 QXT              = core network
9 INCLUDEPATH     += .
10 TEMPLATE         = lib
11 MOC_DIR          = .moc
12 OBJECTS_DIR      = .obj
13 CONFIG          += qxtbuild convenience
14 include(../../config.pri)
15
16
17 HEADERS+= qxthtmltemplate.h  qxtwebcore.h  qxtwebcontroller.h  qxtwebcore_p.h   qxtabstractwebconnector.h qxtscgiconnector.h
18 SOURCES+= qxthtmltemplate.cpp  qxtwebcore.cpp  qxtwebcontroller.cpp  qxtscgiconnector.cpp
19
20
21
22
23 contains(DEFINES,HAVE_FCGI){
24 HEADERS += qxtfcgiconnector.h qxtfcgiconnector_p.h
25 SOURCES += qxtfcgiconnector.cpp
26 LIBS+=-lfcgi++
27 }
28