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

Annotation of /qsampler/trunk/win32/qsampler.pro

Parent Directory Parent Directory | Revision Log Revision Log


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

1 capela 1463 INCPATH += ../src ../../liblscp
2 capela 426
3 capela 1463 HEADERS += ../src/qsamplerAbout.h \
4 capela 961 ../src/qsamplerOptions.h \
5     ../src/qsamplerChannel.h \
6     ../src/qsamplerMessages.h \
7     ../src/qsamplerInstrument.h \
8     ../src/qsamplerInstrumentList.h \
9 capela 1394 ../src/qsamplerDevice.h \
10     ../src/qsamplerUtilities.h
11 capela 961
12 capela 1463 SOURCES += ../src/main.cpp \
13 capela 751 ../src/qsamplerOptions.cpp \
14     ../src/qsamplerChannel.cpp \
15     ../src/qsamplerMessages.cpp \
16 capela 961 ../src/qsamplerInstrument.cpp \
17     ../src/qsamplerInstrumentList.cpp \
18 capela 1394 ../src/qsamplerDevice.cpp \
19     ../src/qsamplerUtilities.cpp
20 capela 426
21 capela 1463 FORMS = ../src/qsamplerMainForm.ui \
22 capela 751 ../src/qsamplerChannelStrip.ui \
23     ../src/qsamplerChannelForm.ui \
24     ../src/qsamplerOptionsForm.ui \
25 capela 961 ../src/qsamplerInstrumentForm.ui \
26     ../src/qsamplerInstrumentListForm.ui \
27 capela 751 ../src/qsamplerDeviceForm.ui
28 capela 426
29 capela 1463 RESOURCES = ../icons/qsampler.qrc
30 capela 426
31 capela 1463 TEMPLATE = app
32     CONFIG += qt thread warn_on release
33     LANGUAGE = C++
34 capela 426
35 capela 1463 LIBS += ../../liblscp/win32/liblscp.lib
36 capela 426
37 capela 1463 win32 {
38     CONFIG += console
39     INCPATH += C:\usr\local\include
40     LIBS += -LC:\usr\local\lib
41     }
42    
43     # Qt3 support
44     QT += qt3support

  ViewVC Help
Powered by ViewVC