/[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 96 by capela, Mon May 31 09:10:29 2004 UTC revision 426 by capela, Mon Mar 7 11:09:32 2005 UTC
# Line 2  INCLUDEPATH += ./src Line 2  INCLUDEPATH += ./src
2    
3  SOURCES += src/main.cpp \  SOURCES += src/main.cpp \
4             src/qsamplerOptions.cpp \             src/qsamplerOptions.cpp \
5             src/qsamplerMessages.cpp             src/qsamplerChannel.cpp \
6               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/qsamplerMessages.h             src/qsamplerChannel.h \
12               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 \
# Line 19  IMAGES   = icons/qsampler.png \ Line 24  IMAGES   = icons/qsampler.png \
24             icons/fileOpen.png \             icons/fileOpen.png \
25             icons/fileSave.png \             icons/fileSave.png \
26             icons/fileRestart.png \             icons/fileRestart.png \
27               icons/fileReset.png \
28             icons/editAddChannel.png \             icons/editAddChannel.png \
29             icons/editRemoveChannel.png \             icons/editRemoveChannel.png \
            icons/editResetChannel.png \  
30             icons/editSetupChannel.png \             icons/editSetupChannel.png \
31               icons/editResetChannel.png \
32               icons/editResetAllChannels.png \
33             icons/channelsArrange.png \             icons/channelsArrange.png \
34             icons/formAccept.png \             icons/formAccept.png \
35             icons/formReject.png \             icons/formReject.png \
# Line 32  TEMPLATE = app Line 39  TEMPLATE = app
39  CONFIG  += qt @ac_thread@ warn_on @ac_debug@  CONFIG  += qt @ac_thread@ warn_on @ac_debug@
40  LANGUAGE = C++  LANGUAGE = C++
41    
42  LIBS    += -llscp  LIBS    += @ac_libs@
43    

Legend:
Removed from v.96  
changed lines
  Added in v.426

  ViewVC Help
Powered by ViewVC