GraphmlWriter_SAX.pro 572 B

12345678910111213141516171819202122232425262728293031323334
  1. #-------------------------------------------------
  2. #
  3. # Project created by QtCreator 2013-08-28T12:52:40
  4. #
  5. #-------------------------------------------------
  6. QT += core xml
  7. QT -= gui
  8. TARGET = GraphmlWriter_SAX
  9. CONFIG += console
  10. CONFIG -= app_bundle
  11. TEMPLATE = app
  12. SOURCES += main.cpp \
  13. graphmlgenerator.cpp \
  14. testgraphmlwriter.cpp
  15. HEADERS += \
  16. graphmlgenerator.h \
  17. testgraphmlwriter.h \
  18. DefaultValues.h \
  19. AttributeConstants.h \
  20. Attribute.h \
  21. GraphElementProperties.h \
  22. typedefs.h
  23. INCLUDEPATH += D:/boost_1_53_0