--- qsampler/trunk/qsampler.pro.in 2007/10/05 17:41:49 1386 +++ qsampler/trunk/qsampler.pro.in 2007/10/28 23:30:36 1461 @@ -1,6 +1,13 @@ INCLUDEPATH += ./src -HEADERS += src/qsamplerAbout.h \ +HEADERS += src/qsamplerChannelForm.h \ + src/qsamplerChannelStrip.h \ + src/qsamplerDeviceForm.h \ + src/qsamplerInstrumentForm.h \ + src/qsamplerInstrumentListForm.h \ + src/qsamplerMainForm.h \ + src/qsamplerOptionsForm.h \ + src/qsamplerAbout.h \ src/qsamplerOptions.h \ src/qsamplerChannel.h \ src/qsamplerMessages.h \ @@ -10,6 +17,13 @@ src/qsamplerUtilities.h SOURCES += src/main.cpp \ + src/qsamplerChannelForm.cpp \ + src/qsamplerChannelStrip.cpp \ + src/qsamplerDeviceForm.cpp \ + src/qsamplerInstrumentForm.cpp \ + src/qsamplerInstrumentListForm.cpp \ + src/qsamplerMainForm.cpp \ + src/qsamplerOptionsForm.cpp \ src/qsamplerOptions.cpp \ src/qsamplerChannel.cpp \ src/qsamplerMessages.cpp \ @@ -67,3 +81,4 @@ LIBS += @ac_libs@ INCPATH += @ac_incpath@ +QT += qt3support