/[svn]/qsampler/tags/qsampler_0_0_1/qsampler.pro.in
ViewVC logotype

Contents of /qsampler/tags/qsampler_0_0_1/qsampler.pro.in

Parent Directory Parent Directory | Revision Log Revision Log


Revision 110 - (show annotations) (download)
Sat Jun 5 11:37:07 2004 UTC (19 years, 9 months ago) by (unknown author)
File size: 977 byte(s)
This commit was manufactured by cvs2svn to create tag 'qsampler_0_0_1'.
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/editAddChannel.png \
23 icons/editRemoveChannel.png \
24 icons/editResetChannel.png \
25 icons/editSetupChannel.png \
26 icons/channelsArrange.png \
27 icons/formAccept.png \
28 icons/formReject.png \
29 icons/displaybg1.png
30
31 TEMPLATE = app
32 CONFIG += qt @ac_thread@ warn_on @ac_debug@
33 LANGUAGE = C++
34
35 LIBS += -llscp
36

  ViewVC Help
Powered by ViewVC