/[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 255 by capela, Tue Sep 28 16:17:43 2004 UTC revision 1499 by capela, Tue Nov 20 16:48:04 2007 UTC
# Line 1  Line 1 
1  INCLUDEPATH += ./src  INCPATH  += ./src
2    
3  SOURCES += src/main.cpp \  HEADERS  += src/qsamplerChannelForm.h \
4             src/qsamplerOptions.cpp \                          src/qsamplerChannelStrip.h \
5             src/qsamplerMessages.cpp                          src/qsamplerDeviceForm.h \
6                            src/qsamplerInstrumentForm.h \
7  HEADERS += src/qsamplerAbout.h \                          src/qsamplerInstrumentListForm.h \
8             src/qsamplerOptions.h \                          src/qsamplerMainForm.h \
9             src/qsamplerMessages.h                          src/qsamplerOptionsForm.h \
10                            src/qsamplerAbout.h \
11  FORMS    = src/qsamplerMainForm.ui \                          src/qsamplerOptions.h \
12             src/qsamplerChannelStrip.ui \                          src/qsamplerChannel.h \
13             src/qsamplerChannelForm.ui \                          src/qsamplerMessages.h \
14             src/qsamplerOptionsForm.ui                          src/qsamplerInstrument.h \
15                            src/qsamplerInstrumentList.h \
16  IMAGES   = icons/qsampler.png \                          src/qsamplerDevice.h \
17             icons/qsamplerChannel.png \                          src/qsamplerUtilities.h
18             icons/fileNew.png \  
19             icons/fileOpen.png \  SOURCES  += src/main.cpp \
20             icons/fileSave.png \                          src/qsamplerChannelForm.cpp \
21             icons/fileRestart.png \                          src/qsamplerChannelStrip.cpp \
22             icons/fileReset.png \                          src/qsamplerDeviceForm.cpp \
23             icons/editAddChannel.png \                          src/qsamplerInstrumentForm.cpp \
24             icons/editRemoveChannel.png \                          src/qsamplerInstrumentListForm.cpp \
25             icons/editResetChannel.png \                          src/qsamplerMainForm.cpp \
26             icons/editSetupChannel.png \                          src/qsamplerOptionsForm.cpp \
27             icons/channelsArrange.png \                          src/qsamplerOptions.cpp \
28             icons/formAccept.png \                          src/qsamplerChannel.cpp \
29             icons/formReject.png \                          src/qsamplerMessages.cpp \
30             icons/displaybg1.png                          src/qsamplerInstrument.cpp \
31                            src/qsamplerInstrumentList.cpp \
32  TEMPLATE = app                          src/qsamplerDevice.cpp \
33  CONFIG  += qt @ac_thread@ warn_on @ac_debug@                          src/qsamplerUtilities.cpp
34  LANGUAGE = C++  
35    FORMS     = src/qsamplerMainForm.ui \
36  LIBS    += -llscp                          src/qsamplerChannelStrip.ui \
37                            src/qsamplerChannelForm.ui \
38                            src/qsamplerOptionsForm.ui \
39                            src/qsamplerInstrumentForm.ui \
40                            src/qsamplerInstrumentListForm.ui \
41                            src/qsamplerDeviceForm.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.255  
changed lines
  Added in v.1499

  ViewVC Help
Powered by ViewVC