Changeset 1678

Show
Ignore:
Timestamp:
07/14/08 03:05:54 (7 weeks ago)
Author:
bird
Message:

fixed typo.

Files:
1 modified

Legend:

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

    r1677 r1678  
    783783else 
    784784 $(eval $(target)_LIBS    += $(foreach module,$(qt_modules), $(PATH_SDK_QT4_LIB)/$(qt_prefix)Qt$(module)$(SUFF_DLL))) 
    785  $(eval $(target)_INCS    += $(addprefix $(PATH_SDK_QT_INC)/Qt,$(qt_modules))) 
     785 $(eval $(target)_INCS    += $(addprefix $(PATH_SDK_QT4_INC)/Qt,$(qt_modules))) 
    786786endif 
    787787$(eval $(target)_DEFS     += $(foreach module,$(toupper $(qt_modules)), QT_$(module)_LIB))