Fix errors. error: QPrinter: No such file or directory.

error: QMetaTypeId: No such file or directory.

--HG--
branch : develop
This commit is contained in:
Roman Telezhynskyi 2016-08-08 15:26:48 +03:00
parent 83df3f46b7
commit eec896edd0
12 changed files with 7 additions and 12 deletions

View file

@ -7,7 +7,7 @@
# File with common stuff for whole project
include(../../../common.pri)
QT += network widgets xml
QT += network widgets xml printsupport
# Name of library
TARGET = fervor

View file

@ -7,6 +7,8 @@
# File with common stuff for whole project
include(../../../common.pri)
QT += printsupport
# Name of library
TARGET = vdxf

View file

@ -7,7 +7,7 @@
# File with common stuff for whole project
include(../../../common.pri)
QT += widgets
QT += widgets printsupport
# Name of library
TARGET = vgeometry

View file

@ -31,7 +31,6 @@
#include <qcompilerdetection.h>
#include <QMetaType>
#include <QMetaTypeId>
#include <QSharedDataPointer>
#include <QString>
#include <QTypeInfo>

View file

@ -32,7 +32,6 @@
#include <qcompilerdetection.h>
#include <QLineF>
#include <QMetaType>
#include <QMetaTypeId>
#include <QPointF>
#include <QSharedDataPointer>
#include <QString>

View file

@ -30,7 +30,6 @@
#define VSPLINEPOINT_H
#include <QMetaType>
#include <QMetaTypeId>
#include <QSharedDataPointer>
#include <QString>
#include <QTypeInfo>

View file

@ -31,7 +31,6 @@
#include <QDir>
#include <QLocale>
#include <QMetaType>
#include <QMetaTypeId>
#include <QPrinter>
#include <QSharedPointer>
#include <QStaticStringData>

View file

@ -31,7 +31,6 @@
#include <QCoreApplication>
#include <QMetaType>
#include <QMetaTypeId>
#include <QString>
#include <QtGlobal>

View file

@ -30,12 +30,10 @@
#define VNODEDETAIL_H
#include <QMetaType>
#include <QMetaTypeId>
#include <QSharedDataPointer>
#include <QTypeInfo>
#include <QtGlobal>
#include "../ifc/../vmisc/def.h"
#include "../vmisc/def.h"
class VNodeDetailData;

View file

@ -7,7 +7,7 @@
# File with common stuff for whole project
include(../../../common.pri)
QT += widgets
QT += widgets printsupport
# Name of the library
TARGET = vpatterndb

View file

@ -7,7 +7,7 @@
# File with common stuff for whole project
include(../../../common.pri)
QT += widgets xml
QT += widgets xml printsupport
# Name of the library
TARGET = vtools

View file

@ -7,7 +7,7 @@
# File with common stuff for whole project
include(../../../common.pri)
QT += widgets
QT += widgets printsupport
# Name of the library
TARGET = vwidgets