/[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 753 by capela, Wed Aug 24 17:44:59 2005 UTC revision 1667 by schoenebeck, Mon Feb 4 23:24:19 2008 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/qsamplerChannel.cpp \                          src/qsamplerChannel.h \
6             src/qsamplerMessages.cpp \                          src/qsamplerMessages.h \
7             src/qsamplerDevice.cpp                          src/qsamplerInstrument.h \
8                            src/qsamplerInstrumentList.h \
9  HEADERS += src/qsamplerAbout.h \                          src/qsamplerDevice.h \
10             src/qsamplerOptions.h \                          src/qsamplerFxSend.h \
11             src/qsamplerChannel.h \                          src/qsamplerFxSendsModel.h \
12             src/qsamplerMessages.h \                          src/qsamplerUtilities.h \
13             src/qsamplerDevice.h                          src/qsamplerInstrumentForm.h \
14                            src/qsamplerInstrumentListForm.h \
15  FORMS    = src/qsamplerMainForm.ui \                          src/qsamplerDeviceForm.h \
16             src/qsamplerChannelStrip.ui \                          src/qsamplerChannelStrip.h \
17             src/qsamplerChannelForm.ui \                          src/qsamplerChannelForm.h \
18             src/qsamplerOptionsForm.ui \                          src/qsamplerChannelFxForm.h \
19                 src/qsamplerDeviceForm.ui                          src/qsamplerOptionsForm.h \
20                            src/qsamplerMainForm.h
21  IMAGES   = icons/qsampler.png \  
22             icons/qsamplerChannel.png \  SOURCES   = src/main.cpp \
23             icons/qsamplerDevice.png \                          src/qsamplerOptions.cpp \
24             icons/fileNew.png \                          src/qsamplerChannel.cpp \
25             icons/fileOpen.png \                          src/qsamplerMessages.cpp \
26             icons/fileSave.png \                          src/qsamplerInstrument.cpp \
27             icons/fileRestart.png \                          src/qsamplerInstrumentList.cpp \
28             icons/fileReset.png \                          src/qsamplerDevice.cpp \
29             icons/editAddChannel.png \                          src/qsamplerFxSend.cpp \
30             icons/editRemoveChannel.png \                          src/qsamplerFxSendsModel.cpp \
31             icons/editSetupChannel.png \                          src/qsamplerUtilities.cpp \
32             icons/editResetChannel.png \                          src/qsamplerInstrumentForm.cpp \
33             icons/editResetAllChannels.png \                          src/qsamplerInstrumentListForm.cpp \
34             icons/channelsArrange.png \                          src/qsamplerDeviceForm.cpp \
35             icons/formAccept.png \                          src/qsamplerChannelStrip.cpp \
36             icons/formReject.png \                          src/qsamplerChannelForm.cpp \
37             icons/formRefresh.png \                          src/qsamplerChannelFxForm.cpp \
38             icons/deviceCreate.png \                          src/qsamplerOptionsForm.cpp \
39             icons/deviceDelete.png \                          src/qsamplerMainForm.cpp
40             icons/displaybg1.png \  
41             icons/midi1.png \  FORMS     = src/qsamplerInstrumentForm.ui \
42             icons/midi2.png \                          src/qsamplerInstrumentListForm.ui \
43             icons/audio1.png \                          src/qsamplerDeviceForm.ui \
44             icons/audio2.png                          src/qsamplerChannelStrip.ui \
45                            src/qsamplerChannelForm.ui \
46  TEMPLATE = app                          src/qsamplerChannelFxForm.ui \
47  CONFIG  += qt @ac_thread@ warn_on @ac_debug@                          src/qsamplerOptionsForm.ui \
48  LANGUAGE = C++                          src/qsamplerMainForm.ui
49    
50  LIBS    += @ac_libs@  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.753  
changed lines
  Added in v.1667

  ViewVC Help
Powered by ViewVC