新增整体pro文件,统一生成文件到bin目录
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
#include <qpixmap.h>
|
||||
#include <qpainterpath.h>
|
||||
#include <qmath.h>
|
||||
|
||||
#include <QPainterPath>
|
||||
static bool qwtHasScalablePen( const QPainter *painter )
|
||||
{
|
||||
const QPen pen = painter->pen();
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
#include "qwt_null_paintdevice.h"
|
||||
#include <qpaintengine.h>
|
||||
#include <qpixmap.h>
|
||||
|
||||
#include <QPainterPath>
|
||||
class QwtNullPaintDevice::PrivateData
|
||||
{
|
||||
public:
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
#include <qpen.h>
|
||||
#include <qline.h>
|
||||
#include <qpalette.h>
|
||||
|
||||
#include <QPainterPath>
|
||||
class QPainter;
|
||||
class QBrush;
|
||||
class QColor;
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
#include <qpixmap.h>
|
||||
#include <qimage.h>
|
||||
#include <qpolygon.h>
|
||||
|
||||
#include <QPainterPath>
|
||||
class QPainterPath;
|
||||
|
||||
/*!
|
||||
|
||||
@@ -1,10 +1,6 @@
|
||||
TARGET = qwtdemo
|
||||
TEMPLATE = app
|
||||
MOC_DIR = temp/moc
|
||||
RCC_DIR = temp/rcc
|
||||
UI_DIR = temp/ui
|
||||
OBJECTS_DIR = temp/obj
|
||||
DESTDIR = bin
|
||||
DESTDIR = $$PWD/../bin
|
||||
|
||||
CONFIG += warn_off
|
||||
SOURCES += main.cpp
|
||||
@@ -12,6 +8,6 @@ SOURCES += frmmain.cpp
|
||||
FORMS += frmmain.ui
|
||||
HEADERS += frmmain.h
|
||||
|
||||
include ($$PWD/qwt/qwt.pri)
|
||||
include ($$PWD/qwt/qwt.pri)
|
||||
INCLUDEPATH += $$PWD
|
||||
INCLUDEPATH += $$PWD/qwt
|
||||
|
||||
Reference in New Issue
Block a user