Get rid of relative include paths
* Use target_include_directories to specify include paths * Specify project root (parent of rtgui and rtengine) as include path * Replace relative includes with normal includes
This commit is contained in:
@@ -24,8 +24,8 @@
|
||||
#include "toolpanel.h"
|
||||
#include "editwidgets.h"
|
||||
#include "adjuster.h"
|
||||
#include "../rtengine/procparams.h"
|
||||
#include "../rtengine/tweakoperator.h"
|
||||
#include "rtengine/procparams.h"
|
||||
#include "rtengine/tweakoperator.h"
|
||||
|
||||
/**
|
||||
* @brief Let the user create/edit/delete points for Spot Removal tool
|
||||
|
Reference in New Issue
Block a user