~l3on/ubuntu/oneiric/qwt/fix-921430

« back to all changes in this revision

Viewing changes to qwt-5.0.2/textengines/textengines.pri

  • Committer: Bazaar Package Importer
  • Author(s): Fathi Boudra
  • Date: 2007-10-05 15:20:41 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20071005152041-qmybqh4fj9jejyo2
Tags: 5.0.2-2
* Handle nostrip build option. (Closes: #437877)
* Build libqwt5-doc package in binary-indep target. (Closes: #443110)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# -*- mode: sh -*- ###########################
 
2
# Qwt Widget Library
 
3
# Copyright (C) 1997   Josef Wilgen
 
4
# Copyright (C) 2002   Uwe Rathmann
 
5
#
 
6
# This library is free software; you can redistribute it and/or
 
7
# modify it under the terms of the Qwt License, Version 1.0
 
8
##############################################
 
9
 
 
10
include( ../qwtconfig.pri )
 
11
 
 
12
TEMPLATE  = lib
 
13
 
 
14
contains(CONFIG, QwtDll ) {
 
15
    CONFIG += dll
 
16
}
 
17
else {
 
18
    CONFIG += staticlib
 
19
}
 
20
 
 
21
MOC_DIR         = moc
 
22
OBJECTS_DIR     = obj
 
23
DESTDIR         = ../../lib
 
24
INCLUDEPATH    += ../../src
 
25
DEPENDPATH     += ../../src
 
26
 
 
27
win32:QwtDll {
 
28
    DEFINES += QT_DLL QWT_DLL QWT_MAKEDLL
 
29
}
 
30
 
 
31
unix:LIBS      += -L../../lib -lqwt
 
32
win32-msvc:LIBS  += ../../lib/qwt5.lib
 
33
win32-msvc.net:LIBS  += ../../lib/qwt5.lib
 
34
win32-msvc2005:LIBS += ../../lib/qwt5.lib
 
35
win32-g++:LIBS   += -L../../lib -lqwt5
 
36
 
 
37
target.path    = $$INSTALLBASE/lib
 
38
headers.path   = $$INSTALLBASE/include
 
39
doc.path       = $$INSTALLBASE/doc
 
40
 
 
41
headers.files  = $$HEADERS
 
42
INSTALLS       = target headers