/[svn]/qsampler/tags/qsampler_0_2_1/qsampler.pro.in
ViewVC logotype

Diff of /qsampler/tags/qsampler_0_2_1/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 1504 by capela, Wed Nov 21 11:46:40 2007 UTC
# Line 1  Line 1 
1  INCLUDEPATH += ./src  INCPATH  += ./src
2    
3  SOURCES += src/main.cpp \  HEADERS   = src/qsamplerAbout.h \
4             src/qsamplerOptions.cpp \                          src/qsamplerOptions.h \
5             src/qsamplerMessages.cpp                          src/qsamplerChannel.h \
6                            src/qsamplerMessages.h \
7  HEADERS += src/qsamplerAbout.h \                          src/qsamplerInstrument.h \
8             src/qsamplerOptions.h \                          src/qsamplerInstrumentList.h \
9             src/qsamplerMessages.h                          src/qsamplerDevice.h \
10                            src/qsamplerUtilities.h \
11  FORMS    = src/qsamplerMainForm.ui \                          src/qsamplerInstrumentForm.h \
12             src/qsamplerChannelStrip.ui \                          src/qsamplerInstrumentListForm.h \
13             src/qsamplerChannelForm.ui \                          src/qsamplerDeviceForm.h \
14             src/qsamplerOptionsForm.ui                          src/qsamplerChannelStrip.h \
15                            src/qsamplerChannelForm.h \
16  IMAGES   = icons/qsampler.png \                          src/qsamplerOptionsForm.h \
17             icons/qsamplerChannel.png \                          src/qsamplerMainForm.h
18             icons/fileNew.png \  
19             icons/fileOpen.png \  SOURCES   = src/main.cpp \
20             icons/fileSave.png \                          src/qsamplerOptions.cpp \
21             icons/fileRestart.png \                          src/qsamplerChannel.cpp \
22             icons/editAddChannel.png \                          src/qsamplerMessages.cpp \
23             icons/editRemoveChannel.png \                          src/qsamplerInstrument.cpp \
24             icons/editResetChannel.png \                          src/qsamplerInstrumentList.cpp \
25             icons/editSetupChannel.png \                          src/qsamplerDevice.cpp \
26             icons/channelsArrange.png \                          src/qsamplerUtilities.cpp \
27             icons/formAccept.png \                          src/qsamplerInstrumentForm.cpp \
28             icons/formReject.png \                          src/qsamplerInstrumentListForm.cpp \
29             icons/displaybg1.png                          src/qsamplerDeviceForm.cpp \
30                            src/qsamplerChannelStrip.cpp \
31  TEMPLATE = app                          src/qsamplerChannelForm.cpp \
32  CONFIG  += qt @ac_thread@ warn_on @ac_debug@                          src/qsamplerOptionsForm.cpp \
33  LANGUAGE = C++                          src/qsamplerMainForm.cpp
34    
35  LIBS    += -llscp  FORMS     = src/qsamplerInstrumentForm.ui \
36                            src/qsamplerInstrumentListForm.ui \
37                            src/qsamplerDeviceForm.ui \
38                            src/qsamplerChannelStrip.ui \
39                            src/qsamplerChannelForm.ui \
40                            src/qsamplerOptionsForm.ui \
41                            src/qsamplerMainForm.ui
42    
43    RESOURCES = icons/qsampler.qrc
44    
45    TEMPLATE  = app
46    CONFIG   += qt thread warn_on @ac_debug@
47    LANGUAGE  = C++
48    
49    LIBS     += @ac_libs@
50    INCPATH  += @ac_incpath@

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

  ViewVC Help
Powered by ViewVC