Ignore:
Timestamp:
Nov 15, 2007, 11:56:03 AM (17 years ago)
Author:
garnier
Message:

r647@mac-90108: laurentgarnier | 2007-11-15 11:32:46 +0100
Ok en Qt 4.3.0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/geant4/config/sys/Linux-g++.gmk

    r472 r606  
    5555    XMLIBS    := -lXm -lXpm
    5656  endif
     57  ifndef QTHOME
     58    QTHOME  := /usr/local/Qt
     59  endif
     60  ifndef QTFLAGS
     61    QTFLAGS   := -I$(QTHOME)/include/Qt
     62    QTFLAGS   += -I$(QTHOME)/include
     63    MOC       := $(QTHOME)/bin/moc
     64  endif
     65  ifndef QTLIBS
     66    QT3LIBS    := -L$(QTHOME)/lib -lqt-mt
     67    QT4LIBS    := -L$(QTHOME)/lib -lQtCore -lQtGui -lQtOpenGL -lQtSql -lQtXml
     68    QTLIBS     := $(shell test -f $(QTHOME)/lib/libQt3Support.so && echo $(QT4LIBS) || echo $(QT3LIBS))
     69  endif
    5770  ifndef XAWFLAGS
    5871    XAWFLAGS   := -I/usr/X11R6/include
Note: See TracChangeset for help on using the changeset viewer.