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

Annotation of /qsampler/trunk/qsampler.pro.in

Parent Directory Parent Directory | Revision Log Revision Log


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

  ViewVC Help
Powered by ViewVC