mirror of
https://github.com/jkriege2/JKQtPlotter.git
synced 2024-11-15 18:15:52 +08:00
c399959774
fixed CMake problems
96 lines
2.3 KiB
C++
96 lines
2.3 KiB
C++
/* THIS IS a PRECOMILED HEADER-File for JKQTCommon-Lib
|
|
* it is not intended for external use!
|
|
*/
|
|
|
|
#ifndef jkqtmathtext_precomp_h
|
|
#define jkqtmathtext_precomp_h
|
|
|
|
/*
|
|
Copyright (c) 2008-2022 Jan W. Krieger (<jan@jkrieger.de>)
|
|
|
|
|
|
|
|
This software is free software: you can redistribute it and/or modify
|
|
it under the terms of the GNU Lesser General Public License (LGPL) as published by
|
|
the Free Software Foundation, either version 2.1 of the License, or
|
|
(at your option) any later version.
|
|
|
|
This program is distributed in the hope that it will be useful,
|
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
GNU Lesser General Public License (LGPL) for more details.
|
|
|
|
You should have received a copy of the GNU Lesser General Public License (LGPL)
|
|
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
*/
|
|
|
|
#ifndef _USE_MATH_DEFINES
|
|
# define _USE_MATH_DEFINES
|
|
#endif
|
|
|
|
#include "jkqtcommon/jkqtpcodestructuring.h"
|
|
#include "jkqtcommon/jkqtpstringtools.h"
|
|
#include "jkqtmathtext/jkqtmathtext.h"
|
|
#include "jkqtmathtext/jkqtmathtexttools.h"
|
|
#include "jkqtmathtext/nodes/jkqtmathtextnode.h"
|
|
#include "jkqtmathtext/nodes/jkqtmathtextnodetools.h"
|
|
#include <QApplication>
|
|
#include <QGuiApplication>
|
|
#include <QColor>
|
|
#include <QDebug>
|
|
#include <QElapsedTimer>
|
|
#include <QFile>
|
|
#include <QFont>
|
|
#include <QFontDatabase>
|
|
#include <QFontInfo>
|
|
#include <QFontMetricsF>
|
|
#include <QHash>
|
|
#include <QIcon>
|
|
#include <QImage>
|
|
#include <QLabel>
|
|
#include <QLine>
|
|
#include <QLineF>
|
|
#include <QLocale>
|
|
#include <QObject>
|
|
#include <QPaintDevice>
|
|
#include <QPainter>
|
|
#include <QPainterPath>
|
|
#include <QPoint>
|
|
#include <QPointF>
|
|
#include <QPolygon>
|
|
#include <QPolygonF>
|
|
#include <QRect>
|
|
#include <QRectF>
|
|
#include <QSet>
|
|
#include <QSet>
|
|
#include <QSettings>
|
|
#include <QString>
|
|
#include <QStringList>
|
|
#include <QVector>
|
|
#include <QWidget>
|
|
#include <QtGlobal>
|
|
#include <cfloat>
|
|
#include <chrono>
|
|
#include <cmath>
|
|
#include <cmath>
|
|
#include <forward_list>
|
|
#include <functional>
|
|
#include <iomanip>
|
|
#include <iostream>
|
|
#include <limits>
|
|
#include <sstream>
|
|
#include <stdexcept>
|
|
#include <stdint.h>
|
|
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
#include <string.h>
|
|
#include <string>
|
|
#include <utility>
|
|
#include <vector>
|
|
|
|
|
|
#include <QWidget>
|
|
#include <QLabel>
|
|
|
|
#endif // jkqtmathtext_precomp_h
|