doxmlparser.pro.in 1.19 KB
Newer Older
Dimitri van Heesch's avatar
Dimitri van Heesch committed
1 2 3 4 5
TEMPLATE     =	lib.t
CONFIG       =	console staticlib warn_on $extraopts
HEADERS      =	basehandler.h mainhandler.h \
                compoundhandler.h sectionhandler.h \
                memberhandler.h paramhandler.h \
6
                dochandler.h linkedtexthandler.h \
7 8
                debug.h graphhandler.h stringimpl.h \
                loamhandler.h
Dimitri van Heesch's avatar
Dimitri van Heesch committed
9 10 11
SOURCES      =	mainhandler.cpp \
                compoundhandler.cpp sectionhandler.cpp \
                memberhandler.cpp paramhandler.cpp \
12
                dochandler.cpp linkedtexthandler.cpp \
13 14
                basehandler.cpp debug.cpp graphhandler.cpp \
                loamhandler.cpp
Dimitri van Heesch's avatar
Dimitri van Heesch committed
15 16 17 18 19 20 21 22 23 24 25 26 27
unix:LIBS                  += -L../../../lib -lqtools 
win32:INCLUDEPATH          += .
win32-mingw:LIBS           += -L../../../lib -lqtools 
win32-msvc:LIBS            += qtools.lib shell32.lib 
win32-msvc:TMAKE_LFLAGS    += /LIBPATH:....\\..\lib
win32-borland:LIBS         += qtools.lib doxycfg.lib shell32.lib
win32-borland:TMAKE_LFLAGS += -L..\..\..\lib
win32:TMAKE_CXXFLAGS       += -DQT_NODLL
DESTDIR                     = ../lib
OBJECTS_DIR                =  ../objects
TARGET                      = doxmlparser
INCLUDEPATH                += ../../../qtools ../include