/[svn]/qsampler/trunk/qsampler.pro.in
ViewVC logotype

Diff of /qsampler/trunk/qsampler.pro.in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 404 by capela, Wed Feb 23 13:47:47 2005 UTC revision 452 by capela, Sun Mar 13 22:06:59 2005 UTC
# Line 3  INCLUDEPATH += ./src Line 3  INCLUDEPATH += ./src
3  SOURCES += src/main.cpp \  SOURCES += src/main.cpp \
4             src/qsamplerOptions.cpp \             src/qsamplerOptions.cpp \
5             src/qsamplerChannel.cpp \             src/qsamplerChannel.cpp \
6             src/qsamplerMessages.cpp             src/qsamplerMessages.cpp \
7               src/qsamplerDevice.cpp
8    
9  HEADERS += src/qsamplerAbout.h \  HEADERS += src/qsamplerAbout.h \
10             src/qsamplerOptions.h \             src/qsamplerOptions.h \
11             src/qsamplerChannel.h \             src/qsamplerChannel.h \
12             src/qsamplerMessages.h             src/qsamplerMessages.h \
13               src/qsamplerDevice.h
14    
15  FORMS    = src/qsamplerMainForm.ui \  FORMS    = src/qsamplerMainForm.ui \
16             src/qsamplerChannelStrip.ui \             src/qsamplerChannelStrip.ui \
17             src/qsamplerChannelForm.ui \             src/qsamplerChannelForm.ui \
18             src/qsamplerOptionsForm.ui             src/qsamplerOptionsForm.ui \
19                   src/qsamplerDeviceForm.ui
20    
21  IMAGES   = icons/qsampler.png \  IMAGES   = icons/qsampler.png \
22             icons/qsamplerChannel.png \             icons/qsamplerChannel.png \
23               icons/qsamplerDevice.png \
24             icons/fileNew.png \             icons/fileNew.png \
25             icons/fileOpen.png \             icons/fileOpen.png \
26             icons/fileSave.png \             icons/fileSave.png \
# Line 30  IMAGES   = icons/qsampler.png \ Line 34  IMAGES   = icons/qsampler.png \
34             icons/channelsArrange.png \             icons/channelsArrange.png \
35             icons/formAccept.png \             icons/formAccept.png \
36             icons/formReject.png \             icons/formReject.png \
37             icons/displaybg1.png             icons/formRefresh.png \
38               icons/deviceCreate.png \
39               icons/deviceDelete.png \
40               icons/displaybg1.png \
41               icons/midi1.png \
42               icons/midi2.png \
43               icons/audio1.png \
44               icons/audio2.png
45    
46  TEMPLATE = app  TEMPLATE = app
47  CONFIG  += qt @ac_thread@ warn_on @ac_debug@  CONFIG  += qt @ac_thread@ warn_on @ac_debug@

Legend:
Removed from v.404  
changed lines
  Added in v.452

  ViewVC Help
Powered by ViewVC