Ignore:
Timestamp:
Jan 5, 2011, 12:20:17 PM (13 years ago)
Author:
garnier
Message:

update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/config/sys/WIN32-VC.gmk

    r1337 r1349  
    4848  endif
    4949
    50   QT_VERSION  := $(shell test -f $(QTHOME)/lib/Qt3Support4.lib && echo QT4 || echo QT3)
    51 
    5250  ifndef QTLIBS
    53     ifeq ($(QT_VERSION),QT3)
    54       QTLIBS   := -L$(QTHOME)/lib -lqt-mt
    55     else
    56       QTLIBS   := -L$(QTHOME)/lib QtCore4.lib QtGui4.lib
    57     endif
     51    QTLIBS   := -L$(QTHOME)/lib QtCore4.lib QtGui4.lib
    5852  endif
    5953  ifndef GLQTLIBS
    60     ifeq ($(QT_VERSION),QT3)
    61       GLQTLIBS   := -L$(QTHOME)/lib -lqt-mt
    62     else
    63       GLQTLIBS   := -L$(QTHOME)/lib QtCore4.lib QtGui4.lib QtOpenGL4.lib
    64     endif
     54    GLQTLIBS   := -L$(QTHOME)/lib QtCore4.lib QtGui4.lib QtOpenGL4.lib
    6555  endif
    6656
Note: See TracChangeset for help on using the changeset viewer.