Wip Fix preprocessor on Cmake

This commit is contained in:
Simon De Backer
2020-12-10 21:19:45 +01:00
parent 234f468f15
commit 6da9c58458
46 changed files with 122 additions and 118 deletions

View File

@@ -16,8 +16,9 @@
along with QElectroTech. If not, see <http://www.gnu.org/licenses/>.
*/
#include "pastepartscommand.h"
#include "elementview.h"
#include "partterminal.h"
#include "../elementview.h"
#include "../graphicspart/partterminal.h"
/**
@brief PastePartsCommand::PastePartsCommand

View File

@@ -18,8 +18,8 @@
#ifndef PASTEPARTSCOMMAND_H
#define PASTEPARTSCOMMAND_H
#include "editorcommands.h"
#include "elementcontent.h"
#include "../editorcommands.h"
#include "../elementcontent.h"
class ElementView;