/[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 1667 by schoenebeck, Mon Feb 4 23:24:19 2008 UTC revision 1873 by capela, Wed Mar 25 15:16:37 2009 UTC
# Line 13  HEADERS   = src/qsamplerAbout.h \ Line 13  HEADERS   = src/qsamplerAbout.h \
13                          src/qsamplerInstrumentForm.h \                          src/qsamplerInstrumentForm.h \
14                          src/qsamplerInstrumentListForm.h \                          src/qsamplerInstrumentListForm.h \
15                          src/qsamplerDeviceForm.h \                          src/qsamplerDeviceForm.h \
16                            src/qsamplerDeviceStatusForm.h \
17                          src/qsamplerChannelStrip.h \                          src/qsamplerChannelStrip.h \
18                          src/qsamplerChannelForm.h \                          src/qsamplerChannelForm.h \
19                          src/qsamplerChannelFxForm.h \                          src/qsamplerChannelFxForm.h \
# Line 32  SOURCES   = src/main.cpp \ Line 33  SOURCES   = src/main.cpp \
33                          src/qsamplerInstrumentForm.cpp \                          src/qsamplerInstrumentForm.cpp \
34                          src/qsamplerInstrumentListForm.cpp \                          src/qsamplerInstrumentListForm.cpp \
35                          src/qsamplerDeviceForm.cpp \                          src/qsamplerDeviceForm.cpp \
36                            src/qsamplerDeviceStatusForm.cpp \
37                          src/qsamplerChannelStrip.cpp \                          src/qsamplerChannelStrip.cpp \
38                          src/qsamplerChannelForm.cpp \                          src/qsamplerChannelForm.cpp \
39                          src/qsamplerChannelFxForm.cpp \                          src/qsamplerChannelFxForm.cpp \
# Line 53  TEMPLATE  = app Line 55  TEMPLATE  = app
55  CONFIG   += qt thread warn_on @ac_debug@  CONFIG   += qt thread warn_on @ac_debug@
56  LANGUAGE  = C++  LANGUAGE  = C++
57    
58    TRANSLATIONS += translations/qsampler_ru.ts
59    
60  LIBS     += @ac_libs@  LIBS     += @ac_libs@
61  INCPATH  += @ac_incpath@  INCPATH  += @ac_incpath@
62    
63    OBJECTS_DIR = .obj
64    MOC_DIR     = .moc
65    UI_DIR      = .ui
66    
67  macx {  macx {
68          QMAKE_MAC_SDK = $$(SDKROOT)          QMAKE_MAC_SDK = $$(SDKROOT)
69          CONFIG += $$(QMAKE_ARCHS)          CONFIG += $$(QMAKE_ARCHS)

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

  ViewVC Help
Powered by ViewVC