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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1698 - (show annotations) (download)
Sat Feb 16 19:41:05 2008 UTC (16 years, 1 month ago) by schoenebeck
File size: 1724 byte(s)
* implemented MIDI device activity windows, selectable from the "View"
  main menu, still quite ugly I admit ;-)
* bumped version to 0.2.1.7

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/qsamplerFxSend.h \
11 src/qsamplerFxSendsModel.h \
12 src/qsamplerUtilities.h \
13 src/qsamplerInstrumentForm.h \
14 src/qsamplerInstrumentListForm.h \
15 src/qsamplerDeviceForm.h \
16 src/qsamplerDeviceStatusForm.h \
17 src/qsamplerChannelStrip.h \
18 src/qsamplerChannelForm.h \
19 src/qsamplerChannelFxForm.h \
20 src/qsamplerOptionsForm.h \
21 src/qsamplerMainForm.h
22
23 SOURCES = src/main.cpp \
24 src/qsamplerOptions.cpp \
25 src/qsamplerChannel.cpp \
26 src/qsamplerMessages.cpp \
27 src/qsamplerInstrument.cpp \
28 src/qsamplerInstrumentList.cpp \
29 src/qsamplerDevice.cpp \
30 src/qsamplerFxSend.cpp \
31 src/qsamplerFxSendsModel.cpp \
32 src/qsamplerUtilities.cpp \
33 src/qsamplerInstrumentForm.cpp \
34 src/qsamplerInstrumentListForm.cpp \
35 src/qsamplerDeviceForm.cpp \
36 src/qsamplerDeviceStatusForm.cpp \
37 src/qsamplerChannelStrip.cpp \
38 src/qsamplerChannelForm.cpp \
39 src/qsamplerChannelFxForm.cpp \
40 src/qsamplerOptionsForm.cpp \
41 src/qsamplerMainForm.cpp
42
43 FORMS = src/qsamplerInstrumentForm.ui \
44 src/qsamplerInstrumentListForm.ui \
45 src/qsamplerDeviceForm.ui \
46 src/qsamplerChannelStrip.ui \
47 src/qsamplerChannelForm.ui \
48 src/qsamplerChannelFxForm.ui \
49 src/qsamplerOptionsForm.ui \
50 src/qsamplerMainForm.ui
51
52 RESOURCES = icons/qsampler.qrc
53
54 TEMPLATE = app
55 CONFIG += qt thread warn_on @ac_debug@
56 LANGUAGE = C++
57
58 LIBS += @ac_libs@
59 INCPATH += @ac_incpath@
60
61 macx {
62 QMAKE_MAC_SDK = $$(SDKROOT)
63 CONFIG += $$(QMAKE_ARCHS)
64 }

  ViewVC Help
Powered by ViewVC