Changeset 2479 for trunk/kBuild/units
- Timestamp:
- Jul 20, 2011, 4:16:19 PM (14 years ago)
- Location:
- trunk/kBuild/units
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kBuild/units/qt3.kmk
r2413 r2479 905 905 $($(target)_QT_TRANSLATIONS) 906 906 ifneq ($(strip $(translations)),) 907 local expr := _ALL_INSTALLS += $(target)-inst-nls907 local expr := _ALL_INSTALLS_IMPLICIT += $(target)-inst-nls 908 908 $(eval $(expr)) 909 909 ifdef $(target)_QT_TRANSLATIONS_TEMPLATE -
trunk/kBuild/units/qt4.kmk
r2478 r2479 1032 1032 $($(target)_QT_TRANSLATIONS) 1033 1033 ifneq ($(strip $(translations)),) 1034 local expr := _ALL_INSTALLS += $(target)-inst-nls/1034 local expr := _ALL_INSTALLS_IMPLICIT += $(target)-inst-nls 1035 1035 $(eval $(expr)) 1036 1036 ifdef $(target)_QT_TRANSLATIONS_TEMPLATE
Note:
See TracChangeset
for help on using the changeset viewer.