qt: refactor: Changes to make include paths absolute

This makes all include paths in the GUI absolute.

Many changes are involved as every single source file in
src/qt/ assumes to be able to use relative includes.
This commit is contained in:
Wladimir J. van der Laan
2017-08-15 17:31:26 +02:00
committed by MeshCollider
parent 0c715214dd
commit e7b31631c7
26 changed files with 30 additions and 30 deletions

View File

@@ -7,7 +7,7 @@
#endif
#include <qt/rpcconsole.h>
#include <ui_debugwindow.h>
#include <qt/forms/ui_debugwindow.h>
#include <qt/bantablemodel.h>
#include <qt/clientmodel.h>
@@ -125,7 +125,7 @@ public:
};
#include <rpcconsole.moc>
#include <qt/rpcconsole.moc>
/**
* Split shell command line into a list of arguments and optionally execute the command(s).