Add proper header path for 'retroshare-gui/' headers

This is simplifies the include directories needed for plugins.
This commit is contained in:
drbob 2020-08-18 22:43:45 +10:00
parent 82ba488574
commit 09c7fdee4b
31 changed files with 55 additions and 33 deletions

View file

@ -30,7 +30,8 @@
#include <retroshare/rspeers.h>
#include <retroshare/rsidentity.h>
#include "RsAutoUpdatePage.h"
#include <retroshare-gui/RsAutoUpdatePage.h>
#include "PopupDistantChatDialog.h"
#define IMAGE_RED_LED ":/icons/bullet_red_128.png"