Changeset 855 for trunk/config


Ignore:
Timestamp:
Sep 24, 2008, 5:24:08 PM (16 years ago)
Author:
garnier
Message:

pb on GLQTLIBS on mac corrected

Location:
trunk/config
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/config/interactivity.gmk

    r850 r855  
    3333endif
    3434ifdef LOAD_GLQT
    35   INTYLIBS += $(QTLIBS)
     35  INTYLIBS += $(GLQTLIBS)
    3636endif
    3737
  • trunk/config/sys/Darwin-g++.gmk

    r790 r855  
    8787    QT3LIBS    := -L$(QTHOME)/lib -lqt -lqui
    8888    QT4LIBS    := -F$(QTHOME) -framework QtCore -framework QtGui
    89     QT4LIBS    += -D GLQTLIBS -framework QtOpenGL -framework QtSql -framework QtXml -D ENDOF_GLQTLIBS
    90     GLQTLIBS     := $(shell test -f $(QTHOME)/Qt3Support.framework/Qt3Support && echo $(QT4LIBS) || echo $(QT3LIBS))
     89    QT4LIBS    += -framework QtOpenGL -framework QtSql -framework QtXml
     90    GLQTLIBS   := $(shell test -f $(QTHOME)/Qt3Support.framework/Qt3Support && echo $(QT4LIBS) || echo $(QT3LIBS))
    9191  endif
    9292
Note: See TracChangeset for help on using the changeset viewer.