Changeset 766 for trunk/geant4/config/sys
- Timestamp:
- Apr 15, 2008, 3:38:47 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/geant4/config/sys/Darwin-g++.gmk (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/geant4/config/sys/Darwin-g++.gmk
r758 r766 80 80 QT3LIBS := -L$(QTHOME)/lib -lqt -lqui 81 81 QT4LIBS := -F$(QTHOME)/lib -framework QtCore -framework QtGui 82 QT4LIBS += -framework -framework QtSql -framework QtXml 83 QTLIBS := $(shell test -f $(QTHOME)/Qt3Support.framework/Qt3Support && echo $(QT4LIBS) || echo $(QT3LIBS)) 84 endif 85 86 ifndef GLQTLIBS 87 QT3LIBS := -L$(QTHOME)/lib -lqt -lqui 88 QT4LIBS := -F$(QTHOME) -framework QtCore -framework QtGui 82 89 QT4LIBS += -framework QtOpenGL -framework QtSql -framework QtXml 83 QTLIBS := $(shell test -f $(QTHOME)/ lib/Qt3Support.framework/Qt3Support && echo $(QT4LIBS) || echo $(QT3LIBS))90 QTLIBS := $(shell test -f $(QTHOME)/Qt3Support.framework/Qt3Support && echo $(QT4LIBS) || echo $(QT3LIBS)) 84 91 endif 85 92 … … 87 94 @libdir=`(cd $(@D);/bin/pwd)`; \ 88 95 cd $(G4TMPDIR); \ 96 echo $(INTYLIBS); \ 89 97 g++ -dynamiclib -single_module -undefined dynamic_lookup \ 90 98 -o $$libdir/$(@F) $(INTYLIBS) *.o
Note:
See TracChangeset
for help on using the changeset viewer.
