/[svn]/qsampler/branches/qsampler_0_0/qsampler.pro.in
ViewVC logotype

Contents of /qsampler/branches/qsampler_0_0/qsampler.pro.in

Parent Directory Parent Directory | Revision Log Revision Log


Revision 422 - (show annotations) (download)
Fri Mar 4 00:23:07 2005 UTC (19 years ago) by (unknown author)
File size: 1129 byte(s)
This commit was manufactured by cvs2svn to create branch 'qsampler_0_0'.
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