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:
@@ -27,8 +27,8 @@
|
||||
#include "pparamschangelistener.h"
|
||||
#include "profilechangelistener.h"
|
||||
|
||||
#include "../rtengine/profilestore.h"
|
||||
#include "../rtengine/noncopyable.h"
|
||||
#include "rtengine/profilestore.h"
|
||||
#include "rtengine/noncopyable.h"
|
||||
|
||||
class ProfileStoreComboBox;
|
||||
|
||||
|
Reference in New Issue
Block a user