~showard314/ubuntu/utopic/qtiplot/utopic_1311721

« back to all changes in this revision

Viewing changes to .pc/04_qwtplot3d_static.patch/3rdparty/qwtplot3d/qwtplot3d.pro

  • Committer: Bazaar Package Importer
  • Author(s): Scott Howard
  • Date: 2011-05-07 17:00:26 UTC
  • mfrom: (1.1.9 upstream) (2.1.10 sid)
  • Revision ID: james.westby@ubuntu.com-20110507170026-77wvcv8uc6955fff
* moved debian/build.conf into debian/patches/03_build_conf.patch
  to track changes to build.conf between releases. Updated
  debian/rules accordingly.
* New upstream release. (Closes: #599450)
* Refreshed patches.
* debian/control B-D on libalglib-dev, libtamuanova-dev,
  libqtexengine-dev
* debian/rules allows for parallel builds
* Byte compile python modules with dh_python2, removed debian/*.post{rm,inst}
  dropped dependency on depricated python-central (Closes: #587669)
* Added shared-mime-info xml data in debian/qtiplot.sharedmimeinfo
  (LP: #184307)
* 04_qwtplot3d_static.patch added to build a modified static
  library of qwt3dplot
* 05_link_gl2ps.patch added to use Debian gl2ps library.
* Policy 3.9.2, no changes

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# pro file for building the makefile for qwtplot3d
 
2
#
 
3
 
 
4
include (qwtplot3d.pri)
 
5
 
 
6
CONFIG          += qt warn_on opengl thread zlib release
 
7
MOC_DIR          = tmp
 
8
OBJECTS_DIR      = tmp
 
9
INCLUDEPATH      = include
 
10
DEPENDPATH       = include src
 
11
QT              += opengl
 
12
 
 
13
CONFIG          += dll
 
14
win32:CONFIG    += exceptions
 
15
win32:dll:DEFINES    += QT_DLL QWT3D_DLL QWT3D_MAKEDLL
 
16
win32:QMAKE_CXXFLAGS += $$QMAKE_CFLAGS_STL
 
17
 
 
18
# Comment the next line, if you have zlib on your windows system
 
19
win32:CONFIG    -= zlib
 
20
 
 
21
# Comment the next line, if you do not want debug message output
 
22
#DEFINES -= QT_NO_DEBUG_OUTPUT
 
23
 
 
24
linux-g++:TMAKE_CXXFLAGS += -fno-exceptions
 
25
unix:VERSION     = 0.3.0
 
26
 
 
27
DESTDIR  = lib
 
28
 
 
29
OBJECTS_DIR  = $$DESTDIR/tmp
 
30
RCC_DIR      = $$DESTDIR/tmp
 
31
MOC_DIR      = $$DESTDIR/tmp
 
32
 
 
33
# zlib support for gl2ps
 
34
zlib {
 
35
  DEFINES += GL2PS_HAVE_ZLIB
 
36
  win32:LIBS += zlib.lib
 
37
        unix:LIBS  += -lz
 
38
}
 
39
 
 
40
# install
 
41
target.path = lib
 
42
INSTALLS += target