mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-02-19 18:19:58 +01:00
Wip Fix preprocessor on Cmake
This commit is contained in:
@@ -16,7 +16,8 @@
|
||||
along with QElectroTech. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
#include "nameslist.h"
|
||||
#include "qetapp.h"
|
||||
|
||||
#include "../qetapp.h"
|
||||
|
||||
// make this class usable with QVariant
|
||||
int NamesList::MetaTypeId = qRegisterMetaType<NamesList>("NamesList");
|
||||
|
||||
@@ -17,8 +17,9 @@
|
||||
*/
|
||||
#ifndef NAMES_LIST_H
|
||||
#define NAMES_LIST_H
|
||||
#include "../pugixml/pugixml.hpp"
|
||||
|
||||
#include <QtXml>
|
||||
#include "pugixml.hpp"
|
||||
/**
|
||||
Cette classe represente une liste de noms, utilisee
|
||||
par les elements et categories pour embarquer un meme nom en plusieurs
|
||||
|
||||
@@ -18,10 +18,10 @@
|
||||
#ifndef NAMELISTWIDGET_H
|
||||
#define NAMELISTWIDGET_H
|
||||
|
||||
#include <QWidget>
|
||||
#include <QHash>
|
||||
#include "../nameslist.h"
|
||||
|
||||
#include "nameslist.h"
|
||||
#include <QHash>
|
||||
#include <QWidget>
|
||||
|
||||
namespace Ui {
|
||||
class NameListWidget;
|
||||
|
||||
Reference in New Issue
Block a user