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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 448 - (show annotations) (download)
Thu Mar 10 21:40:11 2005 UTC (19 years ago) by capela
File size: 1353 byte(s)
Primordial device configuration icons;
 yet another device parameter spinbox fix.

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

  ViewVC Help
Powered by ViewVC