/[svn]/qsampler/trunk/Makefile.in
ViewVC logotype

Diff of /qsampler/trunk/Makefile.in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3517 by capela, Sat Mar 9 21:47:46 2019 UTC revision 3518 by capela, Sun Jun 30 16:58:30 2019 UTC
# Line 82  export QMAKE = @ac_qmake@ Line 82  export QMAKE = @ac_qmake@
82  export LUPDATE = @ac_lupdate@  export LUPDATE = @ac_lupdate@
83  export LRELEASE = @ac_lrelease@  export LRELEASE = @ac_lrelease@
84    
 # let GCC auto detect whether it (sh/c)ould output its messages in color  
 export GCC_COLORS=auto  
85    
86  all:    $(target)  all:    $(target)
87    
# Line 95  $(name).mak:   $(name).pro Line 93  $(name).mak:   $(name).pro
93          @$(QMAKE) -o $(name).mak $(name).pro          @$(QMAKE) -o $(name).mak $(name).pro
94    
95    
96  translations_lupdate:   $(name).pro  translations_lupdate:   $(translation_sources)
97          @$(LUPDATE) -verbose -no-obsolete $(name).pro          @$(LUPDATE) -verbose -no-obsolete -recursive src -ts $(translation_sources)
98    
99  translations_lrelease:  translations_lupdate $(translations_targets)  translations_lrelease:  translations_lupdate $(translations_targets)
100    

Legend:
Removed from v.3517  
changed lines
  Added in v.3518

  ViewVC Help
Powered by ViewVC