/[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 1643 by nagata, Sun Jan 13 16:44:00 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/qsamplerUtilities.h \
11             src/qsamplerChannel.h \                          src/qsamplerInstrumentForm.h \
12             src/qsamplerMessages.h \                          src/qsamplerInstrumentListForm.h \
13             src/qsamplerDevice.h                          src/qsamplerDeviceForm.h \
14                            src/qsamplerChannelStrip.h \
15  FORMS    = src/qsamplerMainForm.ui \                          src/qsamplerChannelForm.h \
16             src/qsamplerChannelStrip.ui \                          src/qsamplerOptionsForm.h \
17             src/qsamplerChannelForm.ui \                          src/qsamplerMainForm.h
18             src/qsamplerOptionsForm.ui \  
19                 src/qsamplerDeviceForm.ui  SOURCES   = src/main.cpp \
20                            src/qsamplerOptions.cpp \
21  IMAGES   = icons/qsampler.png \                          src/qsamplerChannel.cpp \
22             icons/qsamplerChannel.png \                          src/qsamplerMessages.cpp \
23             icons/qsamplerDevice.png \                          src/qsamplerInstrument.cpp \
24             icons/fileNew.png \                          src/qsamplerInstrumentList.cpp \
25             icons/fileOpen.png \                          src/qsamplerDevice.cpp \
26             icons/fileSave.png \                          src/qsamplerUtilities.cpp \
27             icons/fileRestart.png \                          src/qsamplerInstrumentForm.cpp \
28             icons/fileReset.png \                          src/qsamplerInstrumentListForm.cpp \
29             icons/editAddChannel.png \                          src/qsamplerDeviceForm.cpp \
30             icons/editRemoveChannel.png \                          src/qsamplerChannelStrip.cpp \
31             icons/editSetupChannel.png \                          src/qsamplerChannelForm.cpp \
32             icons/editResetChannel.png \                          src/qsamplerOptionsForm.cpp \
33             icons/editResetAllChannels.png \                          src/qsamplerMainForm.cpp
34             icons/channelsArrange.png \  
35             icons/formAccept.png \  FORMS     = src/qsamplerInstrumentForm.ui \
36             icons/formReject.png \                          src/qsamplerInstrumentListForm.ui \
37             icons/formRefresh.png \                          src/qsamplerDeviceForm.ui \
38             icons/deviceCreate.png \                          src/qsamplerChannelStrip.ui \
39             icons/deviceDelete.png \                          src/qsamplerChannelForm.ui \
40             icons/displaybg1.png \                          src/qsamplerOptionsForm.ui \
41             icons/midi1.png \                          src/qsamplerMainForm.ui
42             icons/midi2.png \  
43             icons/audio1.png \  RESOURCES = icons/qsampler.qrc
44             icons/audio2.png  
45    TEMPLATE  = app
46  TEMPLATE = app  CONFIG   += qt thread warn_on @ac_debug@
47  CONFIG  += qt @ac_thread@ warn_on @ac_debug@  LANGUAGE  = C++
48  LANGUAGE = C++  
49    LIBS     += @ac_libs@
50  LIBS    += @ac_libs@  INCPATH  += @ac_incpath@
51    
52    macx {
53            QMAKE_MAC_SDK = $$(SDKROOT)
54            CONFIG += $$(QMAKE_ARCHS)
55    }

Legend:
Removed from v.753  
changed lines
  Added in v.1643

  ViewVC Help
Powered by ViewVC