Skip to content
Snippets Groups Projects
Commit 0a876013 authored by Tom Fischer's avatar Tom Fischer
Browse files

[U/ME] Removed Qt dependency.

parent 1370bed3
No related branches found
No related tags found
No related merge requests found
......@@ -34,7 +34,6 @@ if(QT4_FOUND)
FileIO
InSituLib
${CATALYST_LIBRARIES}
${QT_LIBRARIES}
)
ADD_CATALYST_DEPENDENCY(MapGeometryToMeshSurface)
......
......@@ -25,7 +25,6 @@
// FileIO
#include "FileIO/readMeshFromFile.h"
#include "FileIO/XmlIO/Boost/BoostXmlGmlInterface.h"
#include "FileIO/XmlIO/Qt/XmlGmlInterface.h"
// GeoLib
#include "GeoLib/GEOObjects.h"
......@@ -97,7 +96,7 @@ int main (int argc, char* argv[])
}
{
FileIO::XmlGmlInterface xml_io(geometries);
FileIO::BoostXmlGmlInterface xml_io(geometries);
xml_io.setNameForExport(new_geo_name);
xml_io.writeToFile(output_geometry_fname.getValue());
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment