/[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 2842 by capela, Thu Sep 3 09:56:47 2015 UTC revision 2910 by schoenebeck, Mon May 16 18:05:52 2016 UTC
# Line 80  export QMAKE = @ac_qmake@ Line 80  export QMAKE = @ac_qmake@
80  export LUPDATE = @ac_lupdate@  export LUPDATE = @ac_lupdate@
81  export LRELEASE = @ac_lrelease@  export LRELEASE = @ac_lrelease@
82    
83    # let GCC auto detect whether it (sh/c)ould output its messages in color
84    export GCC_COLORS=auto
85    
86  all:    $(target)  all:    $(target)
87    
# Line 92  $(name).mak:   $(name).pro Line 94  $(name).mak:   $(name).pro
94    
95    
96  translations_lupdate:   $(name).pro  translations_lupdate:   $(name).pro
97          @$(LUPDATE) -verbose $(name).pro          @$(LUPDATE) -verbose -no-obsolete $(name).pro
98    
99  translations_lrelease:  translations_lupdate $(translations_targets)  translations_lrelease:  translations_lupdate $(translations_targets)
100    

Legend:
Removed from v.2842  
changed lines
  Added in v.2910

  ViewVC Help
Powered by ViewVC