Changeset 258 for tools


Ignore:
Timestamp:
07/22/10 08:26:58 (14 years ago)
Author:
dneise
Message:
enviroment variable is used to define QWT install path
set or export QWTPATH = /usr/local/qwt-5.2.1-svn e.g.
then do 
qmake & make
File:
1 edited

Legend:

Unmodified
Added
Removed
  • tools/FAD/ddd_for_fad/fad.pro

    r255 r258  
    66TARGET =
    77DEPENDPATH += .
    8 INCLUDEPATH += . /ihp/local/qwt-5.2.1/include
     8INCLUDEPATH += . $(QWTPATH)/include
    99
    1010# Input
    1111HEADERS += GUI.h
    1212SOURCES += Functions.cpp GUI.cpp
    13 LIBS += -L/ihp/local/qwt-5.2.1/lib -lqwt
     13LIBS += -L$(QWTPATH)/lib -lqwt
    1414QT += network
Note: See TracChangeset for help on using the changeset viewer.