Changeset 1679

Show
Ignore:
Timestamp:
07/14/08 03:20:56 (8 weeks ago)
Author:
bird
Message:

Windows fixes.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/kBuild/units/qt4.kmk

    r1678 r1679  
    782782 $(eval $(target)_INCS    += $(foreach module,$(qt_modules), $(PATH_SDK_QT4_LIB)/$(qt_prefix)Qt$(module).framework/Versions/4/Headers)) 
    783783else 
    784  $(eval $(target)_LIBS    += $(foreach module,$(qt_modules), $(PATH_SDK_QT4_LIB)/$(qt_prefix)Qt$(module)$(SUFF_DLL))) 
     784 ifeq ($(bld_trg),win) 
     785  $(eval $(target)_LIBS   += $(foreach module,$(qt_modules), $(PATH_SDK_QT4_LIB)/$(qt_prefix)Qt$(module)4$(SUFF_LIB))) 
     786 else 
     787  $(eval $(target)_LIBS   += $(foreach module,$(qt_modules), $(PATH_SDK_QT4_LIB)/$(qt_prefix)Qt$(module)$(SUFF_DLL))) 
     788 endif 
    785789 $(eval $(target)_INCS    += $(addprefix $(PATH_SDK_QT4_INC)/Qt,$(qt_modules))) 
    786790endif