--- qsampler/trunk/qsampler.pro.in 2005/03/07 11:09:32 426 +++ qsampler/trunk/qsampler.pro.in 2008/02/04 23:24:19 1667 @@ -1,43 +1,62 @@ -INCLUDEPATH += ./src - -SOURCES += src/main.cpp \ - src/qsamplerOptions.cpp \ - src/qsamplerChannel.cpp \ - src/qsamplerMessages.cpp \ - src/qsamplerDevice.cpp - -HEADERS += src/qsamplerAbout.h \ - src/qsamplerOptions.h \ - src/qsamplerChannel.h \ - src/qsamplerMessages.h \ - src/qsamplerDevice.h - -FORMS = src/qsamplerMainForm.ui \ - src/qsamplerChannelStrip.ui \ - src/qsamplerChannelForm.ui \ - src/qsamplerOptionsForm.ui \ - src/qsamplerDeviceForm.ui - -IMAGES = icons/qsampler.png \ - icons/qsamplerChannel.png \ - icons/fileNew.png \ - icons/fileOpen.png \ - icons/fileSave.png \ - icons/fileRestart.png \ - icons/fileReset.png \ - icons/editAddChannel.png \ - icons/editRemoveChannel.png \ - icons/editSetupChannel.png \ - icons/editResetChannel.png \ - icons/editResetAllChannels.png \ - icons/channelsArrange.png \ - icons/formAccept.png \ - icons/formReject.png \ - icons/displaybg1.png - -TEMPLATE = app -CONFIG += qt @ac_thread@ warn_on @ac_debug@ -LANGUAGE = C++ - -LIBS += @ac_libs@ +INCPATH += ./src +HEADERS = src/qsamplerAbout.h \ + src/qsamplerOptions.h \ + src/qsamplerChannel.h \ + src/qsamplerMessages.h \ + src/qsamplerInstrument.h \ + src/qsamplerInstrumentList.h \ + src/qsamplerDevice.h \ + src/qsamplerFxSend.h \ + src/qsamplerFxSendsModel.h \ + src/qsamplerUtilities.h \ + src/qsamplerInstrumentForm.h \ + src/qsamplerInstrumentListForm.h \ + src/qsamplerDeviceForm.h \ + src/qsamplerChannelStrip.h \ + src/qsamplerChannelForm.h \ + src/qsamplerChannelFxForm.h \ + src/qsamplerOptionsForm.h \ + src/qsamplerMainForm.h + +SOURCES = src/main.cpp \ + src/qsamplerOptions.cpp \ + src/qsamplerChannel.cpp \ + src/qsamplerMessages.cpp \ + src/qsamplerInstrument.cpp \ + src/qsamplerInstrumentList.cpp \ + src/qsamplerDevice.cpp \ + src/qsamplerFxSend.cpp \ + src/qsamplerFxSendsModel.cpp \ + src/qsamplerUtilities.cpp \ + src/qsamplerInstrumentForm.cpp \ + src/qsamplerInstrumentListForm.cpp \ + src/qsamplerDeviceForm.cpp \ + src/qsamplerChannelStrip.cpp \ + src/qsamplerChannelForm.cpp \ + src/qsamplerChannelFxForm.cpp \ + src/qsamplerOptionsForm.cpp \ + src/qsamplerMainForm.cpp + +FORMS = src/qsamplerInstrumentForm.ui \ + src/qsamplerInstrumentListForm.ui \ + src/qsamplerDeviceForm.ui \ + src/qsamplerChannelStrip.ui \ + src/qsamplerChannelForm.ui \ + src/qsamplerChannelFxForm.ui \ + src/qsamplerOptionsForm.ui \ + src/qsamplerMainForm.ui + +RESOURCES = icons/qsampler.qrc + +TEMPLATE = app +CONFIG += qt thread warn_on @ac_debug@ +LANGUAGE = C++ + +LIBS += @ac_libs@ +INCPATH += @ac_incpath@ + +macx { + QMAKE_MAC_SDK = $$(SDKROOT) + CONFIG += $$(QMAKE_ARCHS) +}