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

« back to all changes in this revision

Viewing changes to fitPlugins/planck_wavelength/planck_wavelength.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 = planck_wavelength
 
5
TEMPLATE = lib
 
6
CONFIG += dll
 
7
CONFIG -= qt
 
8
CONFIG += release
 
9
DESTDIR = ../
 
10
 
 
11
INSTALLS += target
 
12
unix:  target.path = /usr/lib$${libsuff}/scidavis/plugins
 
13
win32: target.path = c:/scidavis/plugins
 
14
 
 
15
win32:INCLUDEPATH += c:/gsl/include
 
16
win32:LIBS        += c:/gsl/lib/libgsl.a
 
17
 
 
18
unix:LIBS += -L/usr/lib$${libsuff} -lgsl -lgslcblas
 
19
 
 
20
SOURCES = planck_wavelength.c
 
21