mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-12 15:09:59 +01:00
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:
committed by
MeshCollider
parent
0c715214dd
commit
e7b31631c7
@@ -8,7 +8,7 @@
|
||||
|
||||
#include <fs.h>
|
||||
#include <qt/intro.h>
|
||||
#include <ui_intro.h>
|
||||
#include <qt/forms/ui_intro.h>
|
||||
|
||||
#include <qt/guiutil.h>
|
||||
|
||||
@@ -60,7 +60,7 @@ private:
|
||||
Intro *intro;
|
||||
};
|
||||
|
||||
#include <intro.moc>
|
||||
#include <qt/intro.moc>
|
||||
|
||||
FreespaceChecker::FreespaceChecker(Intro *_intro)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user