/[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 1667 by schoenebeck, Mon Feb 4 23:24:19 2008 UTC
# Line 1  Line 1 
1  INCLUDEPATH += ./src  INCPATH  += ./src
   
 SOURCES += src/main.cpp \  
            src/qsamplerOptions.cpp \  
            src/qsamplerMessages.cpp  
   
 HEADERS += src/qsamplerAbout.h \  
            src/qsamplerOptions.h \  
            src/qsamplerMessages.h  
   
 FORMS    = src/qsamplerMainForm.ui \  
            src/qsamplerChannelStrip.ui \  
            src/qsamplerChannelForm.ui \  
            src/qsamplerOptionsForm.ui  
   
 IMAGES   = icons/qsampler.png \  
            icons/qsamplerChannel.png \  
            icons/fileNew.png \  
            icons/fileOpen.png \  
            icons/fileSave.png \  
            icons/fileRestart.png \  
            icons/editAddChannel.png \  
            icons/editRemoveChannel.png \  
            icons/editResetChannel.png \  
            icons/editSetupChannel.png \  
            icons/channelsArrange.png \  
            icons/formAccept.png \  
            icons/formReject.png \  
            icons/displaybg1.png  
   
 TEMPLATE = app  
 CONFIG  += qt @ac_thread@ warn_on @ac_debug@  
 LANGUAGE = C++  
   
 LIBS    += -llscp  
2    
3    HEADERS   = src/qsamplerAbout.h \
4                            src/qsamplerOptions.h \
5                            src/qsamplerChannel.h \
6                            src/qsamplerMessages.h \
7                            src/qsamplerInstrument.h \
8                            src/qsamplerInstrumentList.h \
9                            src/qsamplerDevice.h \
10                            src/qsamplerFxSend.h \
11                            src/qsamplerFxSendsModel.h \
12                            src/qsamplerUtilities.h \
13                            src/qsamplerInstrumentForm.h \
14                            src/qsamplerInstrumentListForm.h \
15                            src/qsamplerDeviceForm.h \
16                            src/qsamplerChannelStrip.h \
17                            src/qsamplerChannelForm.h \
18                            src/qsamplerChannelFxForm.h \
19                            src/qsamplerOptionsForm.h \
20                            src/qsamplerMainForm.h
21    
22    SOURCES   = src/main.cpp \
23                            src/qsamplerOptions.cpp \
24                            src/qsamplerChannel.cpp \
25                            src/qsamplerMessages.cpp \
26                            src/qsamplerInstrument.cpp \
27                            src/qsamplerInstrumentList.cpp \
28                            src/qsamplerDevice.cpp \
29                            src/qsamplerFxSend.cpp \
30                            src/qsamplerFxSendsModel.cpp \
31                            src/qsamplerUtilities.cpp \
32                            src/qsamplerInstrumentForm.cpp \
33                            src/qsamplerInstrumentListForm.cpp \
34                            src/qsamplerDeviceForm.cpp \
35                            src/qsamplerChannelStrip.cpp \
36                            src/qsamplerChannelForm.cpp \
37                            src/qsamplerChannelFxForm.cpp \
38                            src/qsamplerOptionsForm.cpp \
39                            src/qsamplerMainForm.cpp
40    
41    FORMS     = src/qsamplerInstrumentForm.ui \
42                            src/qsamplerInstrumentListForm.ui \
43                            src/qsamplerDeviceForm.ui \
44                            src/qsamplerChannelStrip.ui \
45                            src/qsamplerChannelForm.ui \
46                            src/qsamplerChannelFxForm.ui \
47                            src/qsamplerOptionsForm.ui \
48                            src/qsamplerMainForm.ui
49    
50    RESOURCES = icons/qsampler.qrc
51    
52    TEMPLATE  = app
53    CONFIG   += qt thread warn_on @ac_debug@
54    LANGUAGE  = C++
55    
56    LIBS     += @ac_libs@
57    INCPATH  += @ac_incpath@
58    
59    macx {
60            QMAKE_MAC_SDK = $$(SDKROOT)
61            CONFIG += $$(QMAKE_ARCHS)
62    }

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

  ViewVC Help
Powered by ViewVC