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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 255 - (show annotations) (download)
Tue Sep 28 16:17:43 2004 UTC (19 years, 6 months ago) by capela
File size: 1010 byte(s)
* Sampler reset command action added to menu and toolbar.

* MIDI channel selection is now a dropdown list, allowing
  the explicit selection for "All" channels input per sampler
  channel (omni).

* Channel strip display glass effect has changed background
  color to black (was green).

* Minor configure fixes.

1 INCLUDEPATH += ./src
2
3 SOURCES += src/main.cpp \
4 src/qsamplerOptions.cpp \
5 src/qsamplerMessages.cpp
6
7 HEADERS += src/qsamplerAbout.h \
8 src/qsamplerOptions.h \
9 src/qsamplerMessages.h
10
11 FORMS = src/qsamplerMainForm.ui \
12 src/qsamplerChannelStrip.ui \
13 src/qsamplerChannelForm.ui \
14 src/qsamplerOptionsForm.ui
15
16 IMAGES = icons/qsampler.png \
17 icons/qsamplerChannel.png \
18 icons/fileNew.png \
19 icons/fileOpen.png \
20 icons/fileSave.png \
21 icons/fileRestart.png \
22 icons/fileReset.png \
23 icons/editAddChannel.png \
24 icons/editRemoveChannel.png \
25 icons/editResetChannel.png \
26 icons/editSetupChannel.png \
27 icons/channelsArrange.png \
28 icons/formAccept.png \
29 icons/formReject.png \
30 icons/displaybg1.png
31
32 TEMPLATE = app
33 CONFIG += qt @ac_thread@ warn_on @ac_debug@
34 LANGUAGE = C++
35
36 LIBS += -llscp
37

  ViewVC Help
Powered by ViewVC