~ubuntu-branches/ubuntu/utopic/scidavis/utopic-proposed

« back to all changes in this revision

Viewing changes to fitPlugins/fitRational1/fitRational1.pro

  • Committer: Package Import Robot
  • Author(s): Georges Khaznadar
  • Date: 2013-11-01 14:45:26 UTC
  • Revision ID: package-import@ubuntu.com-20131101144526-tia15q4m1fjk9u5y
Tags: 0.2.4-4
* New maintainer (Closes: #700414)
* updated Standards-Version to 3.9.4
* removed files from the install target : CHANGES and gpl.txt
* changed the way used to put plugin libraries into a directory; they are
  no longer under /usr/lib64, but under /usr/lib/${DEB_HOST_MULTIARCH}.
  Closes: #701973; Closes:  #701983.
* added a dependency on ${python:Depends}
* enabled hardening-wrapper (build dependency, and variable in debian/rules)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
QMAKE_PROJECT_DEPTH = 0
2
 
linux-g++-64: libsuff=64
3
 
 
4
 
TARGET            = fitRational1
5
 
TEMPLATE          = lib
6
 
 
7
 
CONFIG           += thread
8
 
CONFIG           += warn_on 
9
 
CONFIG           += release
10
 
CONFIG           += dll 
11
 
 
12
 
DESTDIR           = ../
13
 
 
14
 
INSTALLS += target
15
 
 
16
 
# Statically link against GSL in 3rdparty.
17
 
# This is used as default on Windows.
18
 
# To use this on Linux or Mac OS X, remove
19
 
# the "win32" and prepend '#' to the "LIBS"
20
 
# line in the dynamic linking section.
21
 
win32:INCLUDEPATH       += c:/gsl/include
22
 
win32:LIBS        += c:/gsl/lib/libgsl.a
23
 
win32:LIBS        += c:/gsl/lib/libgslcblas.a
24
 
 
25
 
# Dynamically link against GSL installed system-wide.
26
 
# This is used as default on unix systems such as
27
 
# Linux, Mac OS X and *BSD.
28
 
unix:LIBS += -L/usr/lib$${libsuff} -lgsl -lgslcblas
29
 
 
30
 
# where to install the plugins
31
 
unix:target.path=/usr/lib$${libsuff}/scidavis/plugins
32
 
win32: target.path = c:/scidavis/plugins
33
 
 
34
 
SOURCES += fitRational1.cpp