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

Diff of /qsampler/trunk/qsampler.pro.in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 255 by capela, Tue Sep 28 16:17:43 2004 UTC revision 404 by capela, Wed Feb 23 13:47:47 2005 UTC
# Line 2  INCLUDEPATH += ./src Line 2  INCLUDEPATH += ./src
2    
3  SOURCES += src/main.cpp \  SOURCES += src/main.cpp \
4             src/qsamplerOptions.cpp \             src/qsamplerOptions.cpp \
5               src/qsamplerChannel.cpp \
6             src/qsamplerMessages.cpp             src/qsamplerMessages.cpp
7    
8  HEADERS += src/qsamplerAbout.h \  HEADERS += src/qsamplerAbout.h \
9             src/qsamplerOptions.h \             src/qsamplerOptions.h \
10               src/qsamplerChannel.h \
11             src/qsamplerMessages.h             src/qsamplerMessages.h
12    
13  FORMS    = src/qsamplerMainForm.ui \  FORMS    = src/qsamplerMainForm.ui \
# Line 22  IMAGES   = icons/qsampler.png \ Line 24  IMAGES   = icons/qsampler.png \
24             icons/fileReset.png \             icons/fileReset.png \
25             icons/editAddChannel.png \             icons/editAddChannel.png \
26             icons/editRemoveChannel.png \             icons/editRemoveChannel.png \
            icons/editResetChannel.png \  
27             icons/editSetupChannel.png \             icons/editSetupChannel.png \
28               icons/editResetChannel.png \
29               icons/editResetAllChannels.png \
30             icons/channelsArrange.png \             icons/channelsArrange.png \
31             icons/formAccept.png \             icons/formAccept.png \
32             icons/formReject.png \             icons/formReject.png \
# Line 33  TEMPLATE = app Line 36  TEMPLATE = app
36  CONFIG  += qt @ac_thread@ warn_on @ac_debug@  CONFIG  += qt @ac_thread@ warn_on @ac_debug@
37  LANGUAGE = C++  LANGUAGE = C++
38    
39  LIBS    += -llscp  LIBS    += @ac_libs@
40    

Legend:
Removed from v.255  
changed lines
  Added in v.404

  ViewVC Help
Powered by ViewVC