/[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 2028 by capela, Wed Nov 4 18:59:57 2009 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/qsamplerDeviceStatusForm.h \
17             src/qsamplerChannelForm.ui \                          src/qsamplerChannelStrip.h \
18             src/qsamplerOptionsForm.ui \                          src/qsamplerChannelForm.h \
19                 src/qsamplerDeviceForm.ui                          src/qsamplerChannelFxForm.h \
20                            src/qsamplerOptionsForm.h \
21  IMAGES   = icons/qsampler.png \                          src/qsamplerMainForm.h
22             icons/qsamplerChannel.png \  
23             icons/qsamplerDevice.png \  SOURCES   = src/main.cpp \
24             icons/fileNew.png \                          src/qsamplerOptions.cpp \
25             icons/fileOpen.png \                          src/qsamplerChannel.cpp \
26             icons/fileSave.png \                          src/qsamplerMessages.cpp \
27             icons/fileRestart.png \                          src/qsamplerInstrument.cpp \
28             icons/fileReset.png \                          src/qsamplerInstrumentList.cpp \
29             icons/editAddChannel.png \                          src/qsamplerDevice.cpp \
30             icons/editRemoveChannel.png \                          src/qsamplerFxSend.cpp \
31             icons/editSetupChannel.png \                          src/qsamplerFxSendsModel.cpp \
32             icons/editResetChannel.png \                          src/qsamplerUtilities.cpp \
33             icons/editResetAllChannels.png \                          src/qsamplerInstrumentForm.cpp \
34             icons/channelsArrange.png \                          src/qsamplerInstrumentListForm.cpp \
35             icons/formAccept.png \                          src/qsamplerDeviceForm.cpp \
36             icons/formReject.png \                          src/qsamplerDeviceStatusForm.cpp \
37             icons/formRefresh.png \                          src/qsamplerChannelStrip.cpp \
38             icons/deviceCreate.png \                          src/qsamplerChannelForm.cpp \
39             icons/deviceDelete.png \                          src/qsamplerChannelFxForm.cpp \
40             icons/displaybg1.png \                          src/qsamplerOptionsForm.cpp \
41             icons/midi1.png \                          src/qsamplerMainForm.cpp
42             icons/midi2.png \  
43             icons/audio1.png \  FORMS     = src/qsamplerInstrumentForm.ui \
44             icons/audio2.png                          src/qsamplerInstrumentListForm.ui \
45                            src/qsamplerDeviceForm.ui \
46  TEMPLATE = app                          src/qsamplerChannelStrip.ui \
47  CONFIG  += qt @ac_thread@ warn_on @ac_debug@                          src/qsamplerChannelForm.ui \
48  LANGUAGE = C++                          src/qsamplerChannelFxForm.ui \
49                            src/qsamplerOptionsForm.ui \
50  LIBS    += @ac_libs@                          src/qsamplerMainForm.ui
51    
52    RESOURCES = icons/qsampler.qrc
53    
54    TEMPLATE  = app
55    CONFIG   += qt thread warn_on @ac_debug@
56    LANGUAGE  = C++
57    
58    TRANSLATIONS = \
59        translations/qsampler_cs.ts \
60        translations/qsampler_ru.ts
61    
62    LIBS     += @ac_libs@
63    INCPATH  += @ac_incpath@
64    
65    OBJECTS_DIR = .obj
66    MOC_DIR     = .moc
67    UI_DIR      = .ui
68    
69    macx {
70            QMAKE_MAC_SDK = $$(SDKROOT)
71            CONFIG += $$(QMAKE_ARCHS)
72    }

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

  ViewVC Help
Powered by ViewVC