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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1463 - (show annotations) (download)
Thu Nov 1 13:01:27 2007 UTC (16 years, 4 months ago) by capela
File size: 1380 byte(s)
* Qt4 migration: configure and icon/pixmaps resource arrangement.

1 INCPATH += ./src
2
3 HEADERS += src/qsamplerChannelForm.h \
4 src/qsamplerChannelStrip.h \
5 src/qsamplerDeviceForm.h \
6 src/qsamplerInstrumentForm.h \
7 src/qsamplerInstrumentListForm.h \
8 src/qsamplerMainForm.h \
9 src/qsamplerOptionsForm.h \
10 src/qsamplerAbout.h \
11 src/qsamplerOptions.h \
12 src/qsamplerChannel.h \
13 src/qsamplerMessages.h \
14 src/qsamplerInstrument.h \
15 src/qsamplerInstrumentList.h \
16 src/qsamplerDevice.h \
17 src/qsamplerUtilities.h
18
19 SOURCES += src/main.cpp \
20 src/qsamplerChannelForm.cpp \
21 src/qsamplerChannelStrip.cpp \
22 src/qsamplerDeviceForm.cpp \
23 src/qsamplerInstrumentForm.cpp \
24 src/qsamplerInstrumentListForm.cpp \
25 src/qsamplerMainForm.cpp \
26 src/qsamplerOptionsForm.cpp \
27 src/qsamplerOptions.cpp \
28 src/qsamplerChannel.cpp \
29 src/qsamplerMessages.cpp \
30 src/qsamplerInstrument.cpp \
31 src/qsamplerInstrumentList.cpp \
32 src/qsamplerDevice.cpp \
33 src/qsamplerUtilities.cpp
34
35 FORMS = src/qsamplerMainForm.ui \
36 src/qsamplerChannelStrip.ui \
37 src/qsamplerChannelForm.ui \
38 src/qsamplerOptionsForm.ui \
39 src/qsamplerInstrumentForm.ui \
40 src/qsamplerInstrumentListForm.ui \
41 src/qsamplerDeviceForm.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@
51
52 # Qt3 support
53 QT += qt3support

  ViewVC Help
Powered by ViewVC