~valavanisalex/ubuntu/maverick/scidavis/fix-604811

« back to all changes in this revision

Viewing changes to fitPlugins/fitRational1/fitRational1.pro

  • Committer: Bazaar Package Importer
  • Author(s): Ruben Molina
  • Date: 2009-09-06 11:34:04 UTC
  • Revision ID: james.westby@ubuntu.com-20090906113404-4awaey82l3686w4q
Tags: upstream-0.2.3
ImportĀ upstreamĀ versionĀ 0.2.3

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