--- qsampler/trunk/qsampler.pro.in 2004/05/31 09:10:29 96 +++ qsampler/trunk/qsampler.pro.in 2005/03/07 11:09:32 426 @@ -2,16 +2,21 @@ SOURCES += src/main.cpp \ src/qsamplerOptions.cpp \ - src/qsamplerMessages.cpp + src/qsamplerChannel.cpp \ + src/qsamplerMessages.cpp \ + src/qsamplerDevice.cpp HEADERS += src/qsamplerAbout.h \ src/qsamplerOptions.h \ - src/qsamplerMessages.h + src/qsamplerChannel.h \ + src/qsamplerMessages.h \ + src/qsamplerDevice.h FORMS = src/qsamplerMainForm.ui \ src/qsamplerChannelStrip.ui \ src/qsamplerChannelForm.ui \ - src/qsamplerOptionsForm.ui + src/qsamplerOptionsForm.ui \ + src/qsamplerDeviceForm.ui IMAGES = icons/qsampler.png \ icons/qsamplerChannel.png \ @@ -19,10 +24,12 @@ icons/fileOpen.png \ icons/fileSave.png \ icons/fileRestart.png \ + icons/fileReset.png \ icons/editAddChannel.png \ icons/editRemoveChannel.png \ - icons/editResetChannel.png \ icons/editSetupChannel.png \ + icons/editResetChannel.png \ + icons/editResetAllChannels.png \ icons/channelsArrange.png \ icons/formAccept.png \ icons/formReject.png \ @@ -32,5 +39,5 @@ CONFIG += qt @ac_thread@ warn_on @ac_debug@ LANGUAGE = C++ -LIBS += -llscp +LIBS += @ac_libs@