~ubuntu-branches/debian/squeeze/qsampler/squeeze

« back to all changes in this revision

Viewing changes to qsampler.pro.in

  • Committer: Bazaar Package Importer
  • Author(s): Free Ekanayaka
  • Date: 2008-08-28 08:43:21 UTC
  • mfrom: (1.1.1 upstream) (2.1.2 hardy)
  • Revision ID: james.westby@ubuntu.com-20080828084321-guq8v04yg31co9gm
Tags: 0.2.1-1
* New upstream release
* Uploaded to Debian (Closes: #280576)

Show diffs side-by-side

added added

removed removed

Lines of Context:
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/qsamplerDevice.png \
24
 
           icons/fileNew.png \
25
 
           icons/fileOpen.png \
26
 
           icons/fileSave.png \
27
 
           icons/fileRestart.png \
28
 
           icons/fileReset.png \
29
 
           icons/editAddChannel.png \
30
 
           icons/editRemoveChannel.png \
31
 
           icons/editSetupChannel.png \
32
 
           icons/editResetChannel.png \
33
 
           icons/editResetAllChannels.png \
34
 
           icons/channelsArrange.png \
35
 
           icons/formAccept.png \
36
 
           icons/formReject.png \
37
 
           icons/formRefresh.png \
38
 
           icons/deviceCreate.png \
39
 
           icons/deviceDelete.png \
40
 
           icons/displaybg1.png \
41
 
           icons/midi1.png \
42
 
           icons/midi2.png \
43
 
           icons/audio1.png \
44
 
           icons/audio2.png
45
 
 
46
 
TEMPLATE = app
47
 
CONFIG  += qt @ac_thread@ warn_on @ac_debug@
48
 
LANGUAGE = C++
49
 
 
50
 
LIBS    += @ac_libs@
51
 
 
 
1
INCPATH  += ./src
 
2
 
 
3
HEADERS   = src/qsamplerAbout.h \
 
4
                        src/qsamplerOptions.h \
 
5
                        src/qsamplerChannel.h \
 
6
                        src/qsamplerMessages.h \
 
7
                        src/qsamplerInstrument.h \
 
8
                        src/qsamplerInstrumentList.h \
 
9
                        src/qsamplerDevice.h \
 
10
                        src/qsamplerUtilities.h \
 
11
                        src/qsamplerInstrumentForm.h \
 
12
                        src/qsamplerInstrumentListForm.h \
 
13
                        src/qsamplerDeviceForm.h \
 
14
                        src/qsamplerChannelStrip.h \
 
15
                        src/qsamplerChannelForm.h \
 
16
                        src/qsamplerOptionsForm.h \
 
17
                        src/qsamplerMainForm.h
 
18
 
 
19
SOURCES   = src/main.cpp \
 
20
                        src/qsamplerOptions.cpp \
 
21
                        src/qsamplerChannel.cpp \
 
22
                        src/qsamplerMessages.cpp \
 
23
                        src/qsamplerInstrument.cpp \
 
24
                        src/qsamplerInstrumentList.cpp \
 
25
                        src/qsamplerDevice.cpp \
 
26
                        src/qsamplerUtilities.cpp \
 
27
                        src/qsamplerInstrumentForm.cpp \
 
28
                        src/qsamplerInstrumentListForm.cpp \
 
29
                        src/qsamplerDeviceForm.cpp \
 
30
                        src/qsamplerChannelStrip.cpp \
 
31
                        src/qsamplerChannelForm.cpp \
 
32
                        src/qsamplerOptionsForm.cpp \
 
33
                        src/qsamplerMainForm.cpp
 
34
 
 
35
FORMS     = src/qsamplerInstrumentForm.ui \
 
36
                        src/qsamplerInstrumentListForm.ui \
 
37
                        src/qsamplerDeviceForm.ui \
 
38
                        src/qsamplerChannelStrip.ui \
 
39
                        src/qsamplerChannelForm.ui \
 
40
                        src/qsamplerOptionsForm.ui \
 
41
                        src/qsamplerMainForm.ui
 
42
 
 
43
RESOURCES = icons/qsampler.qrc
 
44
 
 
45
TEMPLATE  = app
 
46
CONFIG   += qt thread warn_on @ac_debug@
 
47
LANGUAGE  = C++
 
48
 
 
49
LIBS     += @ac_libs@
 
50
INCPATH  += @ac_incpath@