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

Annotation of /qsampler/trunk/win32/qsampler.pro

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1476 - (hide annotations) (download)
Sun Nov 11 23:07:06 2007 UTC (16 years, 4 months ago) by senoner
File size: 1636 byte(s)
* added Windows file path support
* fixed win32/qmakefile and win32/config.h so that it compiles under win32

1 capela 1463 INCPATH += ../src ../../liblscp
2 capela 426
3 senoner 1476 HEADERS += config.h \
4     ../src/qsamplerChannelForm.h \
5     ../src/qsamplerChannelStrip.h \
6     ../src/qsamplerDeviceForm.h \
7     ../src/qsamplerInstrumentForm.h \
8     ../src/qsamplerInstrumentListForm.h \
9     ../src/qsamplerMainForm.h \
10     ../src/qsamplerOptionsForm.h \
11     ../src/qsamplerAbout.h \
12 capela 961 ../src/qsamplerOptions.h \
13     ../src/qsamplerChannel.h \
14     ../src/qsamplerMessages.h \
15     ../src/qsamplerInstrument.h \
16     ../src/qsamplerInstrumentList.h \
17 capela 1394 ../src/qsamplerDevice.h \
18     ../src/qsamplerUtilities.h
19 capela 961
20 capela 1463 SOURCES += ../src/main.cpp \
21 senoner 1476 ../src/qsamplerChannelForm.cpp \
22     ../src/qsamplerChannelStrip.cpp \
23     ../src/qsamplerDeviceForm.cpp \
24     ../src/qsamplerInstrumentForm.cpp \
25     ../src/qsamplerInstrumentListForm.cpp \
26     ../src/qsamplerMainForm.cpp \
27     ../src/qsamplerOptionsForm.cpp \
28 capela 751 ../src/qsamplerOptions.cpp \
29     ../src/qsamplerChannel.cpp \
30     ../src/qsamplerMessages.cpp \
31 capela 961 ../src/qsamplerInstrument.cpp \
32     ../src/qsamplerInstrumentList.cpp \
33 capela 1394 ../src/qsamplerDevice.cpp \
34     ../src/qsamplerUtilities.cpp
35 capela 426
36 capela 1463 FORMS = ../src/qsamplerMainForm.ui \
37 capela 751 ../src/qsamplerChannelStrip.ui \
38     ../src/qsamplerChannelForm.ui \
39     ../src/qsamplerOptionsForm.ui \
40 capela 961 ../src/qsamplerInstrumentForm.ui \
41     ../src/qsamplerInstrumentListForm.ui \
42 capela 751 ../src/qsamplerDeviceForm.ui
43 capela 426
44 capela 1463 RESOURCES = ../icons/qsampler.qrc
45 capela 426
46 capela 1463 TEMPLATE = app
47     CONFIG += qt thread warn_on release
48     LANGUAGE = C++
49 capela 426
50 capela 1463 win32 {
51     CONFIG += console
52     INCPATH += C:\usr\local\include
53     LIBS += -LC:\usr\local\lib
54 senoner 1476 LIBS += c:/msys/1.0/local/lib/liblscp.a
55     LIBS += -lws2_32
56 capela 1463 }
57    
58     # Qt3 support
59     QT += qt3support

  ViewVC Help
Powered by ViewVC