--- qsampler/trunk/Makefile.in 2018/01/10 21:27:30 3407 +++ qsampler/trunk/Makefile.in 2019/12/10 10:34:06 3648 @@ -6,6 +6,7 @@ headers = \ src/config.h \ + src/qsampler.h \ src/qsamplerAbout.h \ src/qsamplerOptions.h \ src/qsamplerChannel.h \ @@ -24,6 +25,7 @@ src/qsamplerChannelForm.h \ src/qsamplerChannelFxForm.h \ src/qsamplerOptionsForm.h \ + src/qsamplerPaletteForm.h \ src/qsamplerMainForm.h sources = \ @@ -45,6 +47,7 @@ src/qsamplerChannelForm.cpp \ src/qsamplerChannelFxForm.cpp \ src/qsamplerOptionsForm.cpp \ + src/qsamplerPaletteForm.cpp \ src/qsamplerMainForm.cpp forms = \ @@ -55,6 +58,7 @@ src/qsamplerChannelForm.ui \ src/qsamplerChannelFxForm.ui \ src/qsamplerOptionsForm.ui \ + src/qsamplerPaletteForm.ui \ src/qsamplerMainForm.ui resources = \ @@ -81,8 +85,6 @@ export LUPDATE = @ac_lupdate@ export LRELEASE = @ac_lrelease@ -# let GCC auto detect whether it (sh/c)ould output its messages in color -export GCC_COLORS=auto all: $(target) @@ -94,8 +96,8 @@ @$(QMAKE) -o $(name).mak $(name).pro -translations_lupdate: $(name).pro - @$(LUPDATE) -verbose -no-obsolete $(name).pro +translations_lupdate: $(translations_sources) + @$(LUPDATE) -verbose -no-obsolete -recursive src -ts $(translations_sources) translations_lrelease: translations_lupdate $(translations_targets)