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

Contents of /qsampler/trunk/qsampler.pro.in

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1667 - (show annotations) (download)
Mon Feb 4 23:24:19 2008 UTC (16 years, 2 months ago) by schoenebeck
File size: 1650 byte(s)
* added FX Sends dialog to channel strips
  (still under construction, so far one can only create, destroy and rename
  FX sends, the rest is still to do)
* bumped version to 0.2.1.3

1 INCPATH += ./src
2
3 HEADERS = src/qsamplerAbout.h \
4 src/qsamplerOptions.h \
5 src/qsamplerChannel.h \
6 src/qsamplerMessages.h \
7 src/qsamplerInstrument.h \
8 src/qsamplerInstrumentList.h \
9 src/qsamplerDevice.h \
10 src/qsamplerFxSend.h \
11 src/qsamplerFxSendsModel.h \
12 src/qsamplerUtilities.h \
13 src/qsamplerInstrumentForm.h \
14 src/qsamplerInstrumentListForm.h \
15 src/qsamplerDeviceForm.h \
16 src/qsamplerChannelStrip.h \
17 src/qsamplerChannelForm.h \
18 src/qsamplerChannelFxForm.h \
19 src/qsamplerOptionsForm.h \
20 src/qsamplerMainForm.h
21
22 SOURCES = src/main.cpp \
23 src/qsamplerOptions.cpp \
24 src/qsamplerChannel.cpp \
25 src/qsamplerMessages.cpp \
26 src/qsamplerInstrument.cpp \
27 src/qsamplerInstrumentList.cpp \
28 src/qsamplerDevice.cpp \
29 src/qsamplerFxSend.cpp \
30 src/qsamplerFxSendsModel.cpp \
31 src/qsamplerUtilities.cpp \
32 src/qsamplerInstrumentForm.cpp \
33 src/qsamplerInstrumentListForm.cpp \
34 src/qsamplerDeviceForm.cpp \
35 src/qsamplerChannelStrip.cpp \
36 src/qsamplerChannelForm.cpp \
37 src/qsamplerChannelFxForm.cpp \
38 src/qsamplerOptionsForm.cpp \
39 src/qsamplerMainForm.cpp
40
41 FORMS = src/qsamplerInstrumentForm.ui \
42 src/qsamplerInstrumentListForm.ui \
43 src/qsamplerDeviceForm.ui \
44 src/qsamplerChannelStrip.ui \
45 src/qsamplerChannelForm.ui \
46 src/qsamplerChannelFxForm.ui \
47 src/qsamplerOptionsForm.ui \
48 src/qsamplerMainForm.ui
49
50 RESOURCES = icons/qsampler.qrc
51
52 TEMPLATE = app
53 CONFIG += qt thread warn_on @ac_debug@
54 LANGUAGE = C++
55
56 LIBS += @ac_libs@
57 INCPATH += @ac_incpath@
58
59 macx {
60 QMAKE_MAC_SDK = $$(SDKROOT)
61 CONFIG += $$(QMAKE_ARCHS)
62 }

  ViewVC Help
Powered by ViewVC