--- qsampler/trunk/Makefile.in 2007/10/29 14:18:13 1462 +++ qsampler/trunk/Makefile.in 2007/11/01 19:25:10 1466 @@ -28,6 +28,15 @@ src/qsamplerInstrumentList.cpp \ src/qsamplerDevice.cpp \ src/qsamplerUtilities.cpp \ + src/qsamplerInstrumentForm.cpp \ + src/qsamplerInstrumentListForm.cpp \ + src/qsamplerDeviceForm.cpp \ + src/qsamplerChannelStrip.cpp \ + src/qsamplerChannelForm.cpp \ + src/qsamplerOptionsForm.cpp \ + src/qsamplerMainForm.cpp + +forms = \ src/qsamplerInstrumentForm.ui \ src/qsamplerInstrumentListForm.ui \ src/qsamplerDeviceForm.ui \ @@ -41,7 +50,7 @@ $(name).mak: $(name).pro @$(qmake) -o $(name).mak $(name).pro -$(name): $(name).mak $(sources) $(headers) +$(name): $(name).mak $(sources) $(headers) $(forms) @make -f $(name).mak