PerkTutor / TransformRecorder

DEPRECATED.
0 stars 2 forks source link

Build error from file reader on Linux #26

Closed matthewsholden closed 9 years ago

matthewsholden commented 9 years ago

There is a build error associated with the qSlicerTransformRecorderIO file on Linux. It cannot include the "QFileInfo.h" file and returns the error: "error: QFileInfo.h: No such file or directory". This is associated with commit 6ba02d7e4fd0b1300b6f84d059d925e141763bbc for reading sequence metafiles.

Build works fine on Windows and Mac.

matthewsholden commented 9 years ago

This appears to have fixed the build errors on Linux.