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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2028 - (show annotations) (download)
Wed Nov 4 18:59:57 2009 UTC (14 years, 4 months ago) by capela
File size: 1865 byte(s)
* Global configuration state is now explicitly saved/committed to
  disk when View/Options... dialog changes are accepted and applied.

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 TRANSLATIONS = \
59 translations/qsampler_cs.ts \
60 translations/qsampler_ru.ts
61
62 LIBS += @ac_libs@
63 INCPATH += @ac_incpath@
64
65 OBJECTS_DIR = .obj
66 MOC_DIR = .moc
67 UI_DIR = .ui
68
69 macx {
70 QMAKE_MAC_SDK = $$(SDKROOT)
71 CONFIG += $$(QMAKE_ARCHS)
72 }

  ViewVC Help
Powered by ViewVC