/[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 1463 by capela, Thu Nov 1 13:01:27 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/editAddChannel.png \                          src/qsamplerDeviceForm.cpp \
23             icons/editRemoveChannel.png \                          src/qsamplerInstrumentForm.cpp \
24             icons/editResetChannel.png \                          src/qsamplerInstrumentListForm.cpp \
25             icons/editSetupChannel.png \                          src/qsamplerMainForm.cpp \
26             icons/channelsArrange.png \                          src/qsamplerOptionsForm.cpp \
27             icons/formAccept.png \                          src/qsamplerOptions.cpp \
28             icons/formReject.png \                          src/qsamplerChannel.cpp \
29             icons/displaybg1.png                          src/qsamplerMessages.cpp \
30                            src/qsamplerInstrument.cpp \
31  TEMPLATE = app                          src/qsamplerInstrumentList.cpp \
32  CONFIG  += qt @ac_thread@ warn_on @ac_debug@                          src/qsamplerDevice.cpp \
33  LANGUAGE = C++                          src/qsamplerUtilities.cpp
34    
35    FORMS     = src/qsamplerMainForm.ui \
36                            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    += -llscp  LIBS     += @ac_libs@
50    INCPATH  += @ac_incpath@
51    
52    # Qt3 support
53    QT += qt3support

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

  ViewVC Help
Powered by ViewVC