新增整体pro文件,统一生成文件到bin目录

This commit is contained in:
feiyangqingyun
2020-05-28 14:11:26 +08:00
parent 87f5267b42
commit d26b2ed6fb
20 changed files with 142 additions and 135 deletions

View File

@@ -13,7 +13,7 @@
#include "qwt_painter.h"
#include <qapplication.h>
#include <qpainter.h>
#include <QPainterPath>
#if QT_VERSION < 0x040601
#define qFastSin(x) qSin(x)
#define qFastCos(x) qCos(x)