comparison main/Surveyer.cpp @ 1538:06f061c54b66

Use explicit include paths; these seem to be picking up the wrong include on Fedora only (strangely)
author Chris Cannam
date Thu, 12 Jan 2017 11:48:03 +0000
parents 7707d9175d55
children 0b15f3b16776
comparison
equal deleted inserted replaced
1537:de83b1031a4a 1538:06f061c54b66
22 #include <QMessageBox> 22 #include <QMessageBox>
23 #include <QDesktopServices> 23 #include <QDesktopServices>
24 #include <QPushButton> 24 #include <QPushButton>
25 #include <QUrl> 25 #include <QUrl>
26 26
27 #include "version.h" 27 #include "../version.h"
28 28
29 #include "transform/TransformFactory.h" 29 #include "transform/TransformFactory.h"
30 #include "plugin/PluginIdentifier.h" 30 #include "plugin/PluginIdentifier.h"
31 31
32 Surveyer::Surveyer(QString hostname, QString testPath, QString surveyPath) : 32 Surveyer::Surveyer(QString hostname, QString testPath, QString surveyPath) :