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

Contents of /qsampler/trunk/win32/qsampler.pro

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1476 - (show annotations) (download)
Sun Nov 11 23:07:06 2007 UTC (16 years, 5 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 INCPATH += ../src ../../liblscp
2
3 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 ../src/qsamplerOptions.h \
13 ../src/qsamplerChannel.h \
14 ../src/qsamplerMessages.h \
15 ../src/qsamplerInstrument.h \
16 ../src/qsamplerInstrumentList.h \
17 ../src/qsamplerDevice.h \
18 ../src/qsamplerUtilities.h
19
20 SOURCES += ../src/main.cpp \
21 ../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 ../src/qsamplerOptions.cpp \
29 ../src/qsamplerChannel.cpp \
30 ../src/qsamplerMessages.cpp \
31 ../src/qsamplerInstrument.cpp \
32 ../src/qsamplerInstrumentList.cpp \
33 ../src/qsamplerDevice.cpp \
34 ../src/qsamplerUtilities.cpp
35
36 FORMS = ../src/qsamplerMainForm.ui \
37 ../src/qsamplerChannelStrip.ui \
38 ../src/qsamplerChannelForm.ui \
39 ../src/qsamplerOptionsForm.ui \
40 ../src/qsamplerInstrumentForm.ui \
41 ../src/qsamplerInstrumentListForm.ui \
42 ../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

  ViewVC Help
Powered by ViewVC