(C++) How to add an \#include folder in Qt Creator?
February 24, 2017 · View on GitHub
(C++)
How to add an #include folder in Qt Creator?
If you want to add an extra #include folder in your Qt Creator project file, do the following:
- View your project (ALT-0)
- Double-click on your project file (HelloWorld.pro for example) to open the code editor
- Add an INCLUDEPATH line:
INCLUDEPATH += ../../../boost