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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 404 - (show annotations) (download)
Wed Feb 23 13:47:47 2005 UTC (19 years, 1 month ago) by capela
File size: 1129 byte(s)
* Added new menu and toolbar option: Reset All Channels.

* Channel setup changes are now properly filtered, as for
  only those settings that are actually changed gets applied;
  change information are now also posted to messages window.

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

  ViewVC Help
Powered by ViewVC