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:
@@ -16,10 +16,10 @@
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with RawTherapee. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
#include "../rtengine/profilestore.h"
|
||||
#include "rtengine/profilestore.h"
|
||||
#include "profilestorecombobox.h"
|
||||
|
||||
#include "../rtengine/dynamicprofile.h"
|
||||
#include "rtengine/dynamicprofile.h"
|
||||
#include "options.h"
|
||||
#include "toolpanel.h"
|
||||
#include "guiutils.h"
|
||||
|
Reference in New Issue
Block a user