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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 299 - (show annotations) (download)
Wed Nov 17 15:41:58 2004 UTC (19 years, 4 months ago) by capela
File size: 1085 byte(s)
* Instrument index selection now made via combo box widget;
  actual instrument names are now properly retrieved from
  the instrument file, provided if libgig is available.

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/editResetChannel.png \
28 icons/editSetupChannel.png \
29 icons/channelsArrange.png \
30 icons/formAccept.png \
31 icons/formReject.png \
32 icons/displaybg1.png
33
34 TEMPLATE = app
35 CONFIG += qt @ac_thread@ warn_on @ac_debug@
36 LANGUAGE = C++
37
38 LIBS += @ac_libs@
39

  ViewVC Help
Powered by ViewVC