/[svn]/qsampler/trunk/win32/qsampler.pro
ViewVC logotype

Diff of /qsampler/trunk/win32/qsampler.pro

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1671 by capela, Wed Feb 6 09:18:21 2008 UTC revision 2028 by capela, Wed Nov 4 18:59:57 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 55  LANGUAGE  = C++ Line 57  LANGUAGE  = C++
57    
58  LIBS     += -llscp  LIBS     += -llscp
59    
60    TRANSLATIONS = \
61        ../translations/qsampler_cs.ts \
62        ../translations/qsampler_ru.ts
63    
64  win32 {  win32 {
65          CONFIG  += console          CONFIG  += console
66          INCPATH += C:\usr\local\include          INCPATH += C:\usr\local\include

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

  ViewVC Help
Powered by ViewVC