~showard314/ubuntu/utopic/qtiplot/utopic_1311721

« back to all changes in this revision

Viewing changes to 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:
10
10
DEPENDPATH       = include src
11
11
QT              += opengl
12
12
 
13
 
#win32:CONFIG    += static
14
 
win32:CONFIG    += dll
 
13
win32:CONFIG          += dll
 
14
win32:CONFIG    += exceptions
15
15
unix:CONFIG     += staticlib
16
 
win32:CONFIG    += exceptions
17
 
 
18
16
win32:dll:DEFINES    += QT_DLL QWT3D_DLL QWT3D_MAKEDLL
19
17
win32:QMAKE_CXXFLAGS += $$QMAKE_CFLAGS_STL
20
18