Hi to all!

In my project, I have following directory structure:
Qt Code:
  1. Folder PATH listing
  2. Volume serial number is 0000-0000
  3. C:.
  4. │ PresernMkI.pro
  5. │ PresernMkI.pro.user
  6. │
  7. ├───includes
  8. │ mainwindow.h
  9. │
  10. ├───libs
  11. ├───src
  12. │ main.cpp
  13. │ mainwindow.cpp
  14. │
  15. └───ui
To copy to clipboard, switch view to plain text mode 

Now, in file mainwindow.cpp, how do i include mainwindow.h? Code
Qt Code:
  1. #include "../include/mainwindow.h"
To copy to clipboard, switch view to plain text mode 
does not work since I get compiler errors regarding missing mainwindow.h file. Please help me!

Sincerely,
Marko