--- qsampler/trunk/qsampler.pro.in 2008/02/04 23:24:19 1667 +++ qsampler/trunk/qsampler.pro.in 2009/03/25 15:16:37 1873 @@ -13,6 +13,7 @@ src/qsamplerInstrumentForm.h \ src/qsamplerInstrumentListForm.h \ src/qsamplerDeviceForm.h \ + src/qsamplerDeviceStatusForm.h \ src/qsamplerChannelStrip.h \ src/qsamplerChannelForm.h \ src/qsamplerChannelFxForm.h \ @@ -32,6 +33,7 @@ src/qsamplerInstrumentForm.cpp \ src/qsamplerInstrumentListForm.cpp \ src/qsamplerDeviceForm.cpp \ + src/qsamplerDeviceStatusForm.cpp \ src/qsamplerChannelStrip.cpp \ src/qsamplerChannelForm.cpp \ src/qsamplerChannelFxForm.cpp \ @@ -53,9 +55,15 @@ CONFIG += qt thread warn_on @ac_debug@ LANGUAGE = C++ +TRANSLATIONS += translations/qsampler_ru.ts + LIBS += @ac_libs@ INCPATH += @ac_incpath@ +OBJECTS_DIR = .obj +MOC_DIR = .moc +UI_DIR = .ui + macx { QMAKE_MAC_SDK = $$(SDKROOT) CONFIG += $$(QMAKE_ARCHS)