/[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 426 by capela, Mon Mar 7 11:09:32 2005 UTC revision 1476 by senoner, Sun Nov 11 23:07:06 2007 UTC
# Line 1  Line 1 
1  INCLUDEPATH += ../src ../../liblscp  INCPATH  += ../src ../../liblscp
2    
3  SOURCES += ../src/main.cpp \  HEADERS  += config.h \
4             ../src/qsamplerOptions.cpp \                          ../src/qsamplerChannelForm.h \
5             ../src/qsamplerChannel.cpp \                          ../src/qsamplerChannelStrip.h \
6             ../src/qsamplerMessages.cpp \                          ../src/qsamplerDeviceForm.h \
7                 ../src/qsamplerDevice.cpp                          ../src/qsamplerInstrumentForm.h \
8                            ../src/qsamplerInstrumentListForm.h \
9  HEADERS += ../src/qsamplerAbout.h \                          ../src/qsamplerMainForm.h \
10             ../src/qsamplerOptions.h \                          ../src/qsamplerOptionsForm.h \
11             ../src/qsamplerChannel.h \                          ../src/qsamplerAbout.h \
12             ../src/qsamplerMessages.h \                          ../src/qsamplerOptions.h \
13                 ../src/qsamplerDevice.h                          ../src/qsamplerChannel.h \
14                            ../src/qsamplerMessages.h \
15  FORMS    = ../src/qsamplerMainForm.ui \                          ../src/qsamplerInstrument.h \
16             ../src/qsamplerChannelStrip.ui \                          ../src/qsamplerInstrumentList.h \
17             ../src/qsamplerChannelForm.ui \                          ../src/qsamplerDevice.h \
18             ../src/qsamplerOptionsForm.ui \                          ../src/qsamplerUtilities.h
19                 ../src/qsamplerDeviceForm.ui  
20    SOURCES  += ../src/main.cpp \
21  IMAGES   = ../icons/qsampler.png \                          ../src/qsamplerChannelForm.cpp \
22             ../icons/qsamplerChannel.png \                          ../src/qsamplerChannelStrip.cpp \
23             ../icons/fileNew.png \                          ../src/qsamplerDeviceForm.cpp \
24             ../icons/fileOpen.png \                          ../src/qsamplerInstrumentForm.cpp \
25             ../icons/fileSave.png \                          ../src/qsamplerInstrumentListForm.cpp \
26             ../icons/fileRestart.png \                          ../src/qsamplerMainForm.cpp \
27             ../icons/fileReset.png \                          ../src/qsamplerOptionsForm.cpp \
28             ../icons/editAddChannel.png \                          ../src/qsamplerOptions.cpp \
29             ../icons/editRemoveChannel.png \                          ../src/qsamplerChannel.cpp \
30             ../icons/editSetupChannel.png \                          ../src/qsamplerMessages.cpp \
31             ../icons/editResetChannel.png \                          ../src/qsamplerInstrument.cpp \
32             ../icons/editResetAllChannels.png \                          ../src/qsamplerInstrumentList.cpp \
33             ../icons/channelsArrange.png \                          ../src/qsamplerDevice.cpp \
34             ../icons/formAccept.png \                          ../src/qsamplerUtilities.cpp
35             ../icons/formReject.png \  
36             ../icons/displaybg1.png  FORMS     = ../src/qsamplerMainForm.ui \
37                            ../src/qsamplerChannelStrip.ui \
38  TEMPLATE = app                          ../src/qsamplerChannelForm.ui \
39  CONFIG  += qt warn_on debug                          ../src/qsamplerOptionsForm.ui \
40  LANGUAGE = C++                          ../src/qsamplerInstrumentForm.ui \
41                            ../src/qsamplerInstrumentListForm.ui \
42  LIBS    += ../../liblscp/win32/liblscp.lib                          ../src/qsamplerDeviceForm.ui
43    
44    RESOURCES = ../icons/qsampler.qrc
45    
46    TEMPLATE  = app
47    CONFIG   += qt thread warn_on release
48    LANGUAGE  = C++
49    
50    win32 {
51            CONFIG  += console
52            INCPATH += C:\usr\local\include
53            LIBS    += -LC:\usr\local\lib
54            LIBS += c:/msys/1.0/local/lib/liblscp.a
55            LIBS    += -lws2_32
56    }
57    
58    # Qt3 support
59    QT += qt3support

Legend:
Removed from v.426  
changed lines
  Added in v.1476

  ViewVC Help
Powered by ViewVC