Changeset 790 for trunk/geant4/config/sys
- Timestamp:
- Apr 30, 2008, 6:30:42 PM (18 years ago)
- Location:
- trunk/geant4/config/sys
- Files:
-
- 3 edited
-
Darwin-g++.gmk (modified) (1 diff)
-
Linux-g++.gmk (modified) (1 diff)
-
WIN32-VC.gmk (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/geant4/config/sys/Darwin-g++.gmk
r780 r790 79 79 ifndef QTLIBS 80 80 QT3LIBS := -L$(QTHOME)/lib -lqt -lqui 81 QT4LIBS := - D111 -F$(QTHOME)/lib -framework QtCore -framework QtGui -D111_END81 QT4LIBS := -F$(QTHOME)/lib -framework QtCore -framework QtGui 82 82 QT4LIBS += -framework QtSql -framework QtXml 83 83 QTLIBS := $(shell test -f $(QTHOME)/Qt3Support.framework/Qt3Support && echo $(QT4LIBS) || echo $(QT3LIBS)) -
trunk/geant4/config/sys/Linux-g++.gmk
r758 r790 65 65 QTMOC := $(QTHOME)/bin/moc 66 66 endif 67 ifndef QTGLLIBS 68 QT3LIBS := -L$(QTHOME)/lib -lqt-mt 69 QT4LIBS := -L$(QTHOME)/lib -lQtCore -lQtGui -lQtOpenGL -lQtSql -lQtXml 70 QTLIBS := $(shell test -f $(QTHOME)/lib/libQt3Support.so && echo $(QT4LIBS) || echo $(QT3LIBS)) 71 endif 67 72 ifndef QTLIBS 68 73 QT3LIBS := -L$(QTHOME)/lib -lqt-mt 69 QT4LIBS := -L$(QTHOME)/lib -lQtCore -lQtGui -lQt OpenGL -lQtSql -lQtXml74 QT4LIBS := -L$(QTHOME)/lib -lQtCore -lQtGui -lQtSql -lQtXml 70 75 QTLIBS := $(shell test -f $(QTHOME)/lib/libQt3Support.so && echo $(QT4LIBS) || echo $(QT3LIBS)) 71 76 endif -
trunk/geant4/config/sys/WIN32-VC.gmk
r758 r790 45 45 endif 46 46 ifndef QTLIBS 47 QT3LIBS := -L$(QTHOME)/lib -lqt-mt 48 QT4LIBS := -L$(QTHOME)/lib QtCore4.lib QtGui4.lib QtSql4.lib QtXml4.lib 49 QTLIBS := $(shell test -f $(QTHOME)/lib/Qt3Support4.lib && echo $(QT4LIBS) || echo $(QT3LIBS)) 50 endif 51 ifndef QTGLLIBS 47 52 QT3LIBS := -L$(QTHOME)/lib -lqt-mt 48 53 QT4LIBS := -L$(QTHOME)/lib QtCore4.lib QtGui4.lib QtOpenGL4.lib QtSql4.lib QtXml4.lib
Note:
See TracChangeset
for help on using the changeset viewer.
