/[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 1386 by schoenebeck, Fri Oct 5 17:41:49 2007 UTC revision 1461 by schoenebeck, Sun Oct 28 23:30:36 2007 UTC
# Line 1  Line 1 
1  INCLUDEPATH += ./src  INCLUDEPATH += ./src
2    
3  HEADERS  += src/qsamplerAbout.h \  HEADERS  += src/qsamplerChannelForm.h \
4                            src/qsamplerChannelStrip.h \
5                            src/qsamplerDeviceForm.h \
6                            src/qsamplerInstrumentForm.h \
7                            src/qsamplerInstrumentListForm.h \
8                            src/qsamplerMainForm.h \
9                            src/qsamplerOptionsForm.h \
10                            src/qsamplerAbout.h \
11                          src/qsamplerOptions.h \                          src/qsamplerOptions.h \
12                          src/qsamplerChannel.h \                          src/qsamplerChannel.h \
13                          src/qsamplerMessages.h \                          src/qsamplerMessages.h \
# Line 10  HEADERS  += src/qsamplerAbout.h \ Line 17  HEADERS  += src/qsamplerAbout.h \
17                          src/qsamplerUtilities.h                          src/qsamplerUtilities.h
18    
19  SOURCES  += src/main.cpp \  SOURCES  += src/main.cpp \
20                            src/qsamplerChannelForm.cpp \
21                            src/qsamplerChannelStrip.cpp \
22                            src/qsamplerDeviceForm.cpp \
23                            src/qsamplerInstrumentForm.cpp \
24                            src/qsamplerInstrumentListForm.cpp \
25                            src/qsamplerMainForm.cpp \
26                            src/qsamplerOptionsForm.cpp \
27                          src/qsamplerOptions.cpp \                          src/qsamplerOptions.cpp \
28                          src/qsamplerChannel.cpp \                          src/qsamplerChannel.cpp \
29                          src/qsamplerMessages.cpp \                          src/qsamplerMessages.cpp \
# Line 67  LANGUAGE  = C++ Line 81  LANGUAGE  = C++
81  LIBS     += @ac_libs@  LIBS     += @ac_libs@
82  INCPATH  += @ac_incpath@  INCPATH  += @ac_incpath@
83    
84    QT += qt3support

Legend:
Removed from v.1386  
changed lines
  Added in v.1461

  ViewVC Help
Powered by ViewVC