summaryrefslogtreecommitdiffstats
path: root/addon/doxmlparser/test/xmlparse.pro.in
diff options
context:
space:
mode:
authoralbert-github <albert.tests@gmail.com>2019-05-12 17:00:00 (GMT)
committeralbert-github <albert.tests@gmail.com>2019-05-12 17:00:00 (GMT)
commit0a2dfb54e727aded768486d9a101ce688b064a18 (patch)
treeb622669bd590f182f174ebe4ab8fba0087635d5b /addon/doxmlparser/test/xmlparse.pro.in
parentbcc8da62ab46c3dbbf08c2c16e6b4dfb6b64b2cb (diff)
downloadDoxygen-0a2dfb54e727aded768486d9a101ce688b064a18.zip
Doxygen-0a2dfb54e727aded768486d9a101ce688b064a18.tar.gz
Doxygen-0a2dfb54e727aded768486d9a101ce688b064a18.tar.bz2
Enable example doxmlparser possibilities for cmake build
The doxmlparser example program could be build by the build system before the use of cmake. In cmake it was available but "disabled" by means of an empty CMakeLists.txt in the doxmlparser main directory. (Windows is not fond of symbolic links, so removing link between src/doxmlintf.h and include/doxmlintf.h)
Diffstat (limited to 'addon/doxmlparser/test/xmlparse.pro.in')
-rw-r--r--addon/doxmlparser/test/xmlparse.pro.in20
1 files changed, 0 insertions, 20 deletions
diff --git a/addon/doxmlparser/test/xmlparse.pro.in b/addon/doxmlparser/test/xmlparse.pro.in
deleted file mode 100644
index 368d499..0000000
--- a/addon/doxmlparser/test/xmlparse.pro.in
+++ /dev/null
@@ -1,20 +0,0 @@
-TEMPLATE = app.t
-CONFIG = console warn_on $extraopts
-HEADERS =
-SOURCES = main.cpp
-unix:LIBS += -L../../../lib -ldoxmlparser -lqtools
-win32:INCLUDEPATH += .
-win32-mingw:LIBS += -L../../../lib -ldoxmlparser -lqtools
-win32-msvc:LIBS += doxmlparser.lib qtools.lib shell32.lib
-win32-msvc:TMAKE_LFLAGS += /LIBPATH:..\..\..\lib;..\lib
-win32-borland:LIBS += doxmlparser.lib qtools.lib shell32.lib
-win32-borland:TMAKE_LFLAGS += -L..\..\..\lib
-win32:TMAKE_CXXFLAGS += -DQT_NODLL
-DESTDIR = ../../../bin
-OBJECTS_DIR = ../../../objects/doxmlparser/test
-TARGET = xmlparse
-INCLUDEPATH += ../../../qtools ../include
-DEPENDPATH += ../include
-unix:TARGETDEPS = ../../../lib/libdoxmlparser.a
-win32:TARGETDEPS = ..\..\..\lib\doxmlparser.lib
-