I’m going through the gui/src/qt/README.md to set up a development environment in Ubuntu. I had 2 issues:
-
I got errors for every “#include <qt/. . .>”. I believe this is because creator has no sense of where the qt directory is when it’s the absolute path of the project (step 4), as the root directory of the project is named “bitcoin-qt”. Removing “qt/” from relevant includes, or importing the project with absolute path of gui/ or gui/src resolves this.
-
I got “file not found” errors for all of the Qt core #includes (QApplication, QDebug, QSettings, etc)
For what it’s worth, I had identical behavior in Arch Linux.