Fix precompile header support.
This commit is contained in:
parent
6956d309bd
commit
46acd73b5b
|
@ -10,7 +10,6 @@ QT += core gui widgets xml svg printsupport
|
||||||
|
|
||||||
TARGET = Valentina
|
TARGET = Valentina
|
||||||
TEMPLATE = app
|
TEMPLATE = app
|
||||||
CONFIG += precompile_header
|
|
||||||
CONFIG -= debug_and_release debug_and_release_target
|
CONFIG -= debug_and_release debug_and_release_target
|
||||||
|
|
||||||
SOURCES += main.cpp\
|
SOURCES += main.cpp\
|
||||||
|
|
21
stable.h
21
stable.h
|
@ -2,26 +2,11 @@
|
||||||
|
|
||||||
#if defined __cplusplus
|
#if defined __cplusplus
|
||||||
/* Add C++ includes here */
|
/* Add C++ includes here */
|
||||||
#include <QObject>
|
#include <QtCore>
|
||||||
#include <QApplication>
|
#include <QApplication>
|
||||||
#include <QtGlobal>
|
#include <QtGlobal>
|
||||||
#include <QtXml>
|
#include <QtXml>
|
||||||
#include <QSharedPointer>
|
#include <QtWidgets>
|
||||||
#include <QMainWindow>
|
#include <QtSvg/QtSvg>
|
||||||
#include "options.h"
|
#include "options.h"
|
||||||
#include <QMap>
|
|
||||||
#include <QString>
|
|
||||||
#include <QDialog>
|
|
||||||
#include <QMenu>
|
|
||||||
#include <QGraphicsItem>
|
|
||||||
#include <QGraphicsPathItem>
|
|
||||||
#include <QGraphicsLineItem>
|
|
||||||
#include <QGraphicsEllipseItem>
|
|
||||||
#include <QPen>
|
|
||||||
#include <QBrush>
|
|
||||||
#include <QGraphicsSceneContextMenuEvent>
|
|
||||||
#include <QDomDocument>
|
|
||||||
#include <QEvent>
|
|
||||||
#include <QGraphicsScene>
|
|
||||||
#include <QGraphicsSimpleTextItem>
|
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue
Block a user