build: search headers in all source directories
* removed paths in include directives * changed cmake to provide necessary header search paths * changed name of version.h to productVersion.h due to name conflict
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
#include "qt/view/QtGraphViewStyleImpl.h"
|
||||
#include "QtGraphViewStyleImpl.h"
|
||||
|
||||
#include <QFont>
|
||||
#include <QFontMetrics>
|
||||
|
||||
#include "component/view/GraphViewStyle.h"
|
||||
#include "utility/utilityApp.h"
|
||||
#include "GraphViewStyle.h"
|
||||
#include "utilityApp.h"
|
||||
|
||||
float QtGraphViewStyleImpl::getCharWidth(const std::string& fontName, size_t fontSize)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user