nf2ff win32 fix missing tinyxml include path

pull/1/head
Thorsten Liebig 2012-05-11 12:10:26 +02:00
parent 864e3bb321
commit 6cee18f934
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ CONFIG += debug_and_release
win32 { win32 {
CONFIG += console CONFIG += console
INCLUDEPATH += ../../hdf5/include ../../hdf5/include/cpp ../../boost/include/boost-1_42 INCLUDEPATH += ../../hdf5/include ../../hdf5/include/cpp ../../boost/include/boost-1_42
INCLUDEPATH += ../../tinyxml
LIBS += ../../hdf5/lib/hdf5.lib LIBS += ../../hdf5/lib/hdf5.lib
LIBS += ../../boost/lib/libboost_thread-mgw44-mt.lib LIBS += ../../boost/lib/libboost_thread-mgw44-mt.lib
LIBS += ../../tinyxml/release/libtinyxml2.a LIBS += ../../tinyxml/release/libtinyxml2.a