# -*- mode: sh -*- ################################################# Qwt Widget Library# Copyright (C) 1997 Josef Wilgen# Copyright (C) 2002 Uwe Rathmann## This library is free software; you can redistribute it and/or# modify it under the terms of the Qwt License, Version 1.0###################################################################include( ../../../../../Qt/qwt-5.0.2/qwtconfig.pri )TEMPLATE = appMOC_DIR = mocOBJECTS_DIR = objINCLUDEPATH += ../../../../../Qt/qwt-5.0.2/srcDEPENDPATH += ../../../../../Qt/qwt-5.0.2/srcunix:LIBS += -L../../lib -lqwtwin32:QwtDll { DEFINES += QT_DLL QWT_DLL}contains(CONFIG, QwtDll) { win32-msvc:LIBS += ../../../../../Qt/qwt-5.0.2/lib/qwt5.lib win32-msvc.net:LIBS += ../../../../../Qt/qwt-5.0.2/lib/qwt5.lib win32-msvc2005:LIBS += ../../../../../Qt/qwt-5.0.2/lib/qwt5.lib win32-g++:LIBS += -L../../../../../Qt/qwt-5.0.2/lib -lqwt} else { win32-msvc:LIBS += ../../../../../Qt/qwt-5.0.2/lib/qwt.lib win32-msvc.net:LIBS += ../../../../../Qt/qwt-5.0.2/lib/qwt.lib win32-msvc2005:LIBS += ../../../../../Qt/qwt-5.0.2/lib/qwt.lib win32-g++:LIBS += -L../../../../../Qt/qwt-5.0.2/lib -lqwt}
Plot::Plot():QwtPlot(){все закомментировано нафиг}
Plot::Plot(){все закомментировано нафиг}
Plot * plot = new Plot();
Plot * plot;
plot = new Plot();
class Plot : public QwtPlot{ Q_OBJECTpublic: Plot( QWidget *parent = 0 );};
Plot::Plot(QWidget *parent ) : QwtPlot( parent ){}
INCLUDEPATH +=$$[QT_INSTALL_PREFIX]/include/QwtLIBS += -lqwt
CONFIGURE *= qwt
#include <QtGlobal>#ifdef Q_OS_WIN #ifdef CORELIB_BUILD #define CUSTOM_EXPORT Q_DECL_EXPORT #else #define CUSTOM_EXPORT Q_DECL_IMPORT #endif#endif#ifndef CUSTOM_EXPORT #define CUSTOM_EXPORT#endifclass CUSTOM_EXPORT SomeClass ...