/[svn]/qsampler/trunk/src/qsamplerOptions.cpp
ViewVC logotype

Diff of /qsampler/trunk/src/qsamplerOptions.cpp

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

revision 454 by capela, Mon Mar 14 10:59:57 2005 UTC revision 605 by capela, Fri Jun 3 10:19:42 2005 UTC
# Line 28  Line 28 
28    
29  #include "config.h"  #include "config.h"
30    
31    #ifdef CONFIG_LIBGIG
32    #include <gig.h>
33    #endif
34    
35    
36  //-------------------------------------------------------------------------  //-------------------------------------------------------------------------
37  // qsamplerOptions - Prototype settings structure.  // qsamplerOptions - Prototype settings structure.
# Line 257  bool qsamplerOptions::parse_args ( int a Line 261  bool qsamplerOptions::parse_args ( int a
261          }          }
262          else if (sArg == "-v" || sArg == "--version") {          else if (sArg == "-v" || sArg == "--version") {
263              fprintf(stderr, "Qt: %s\n", qVersion());              fprintf(stderr, "Qt: %s\n", qVersion());
264              fprintf(stderr, "liblscp: %s\n", ::lscp_client_version());  #ifdef CONFIG_LIBGIG
265                            fprintf(stderr, "%s: %s\n", gig::libraryName().c_str(), gig::libraryVersion().c_str());
266    #endif            
267                fprintf(stderr, "%s: %s\n", ::lscp_client_package(), ::lscp_client_version());
268              fprintf(stderr, "qsampler: %s\n", QSAMPLER_VERSION);              fprintf(stderr, "qsampler: %s\n", QSAMPLER_VERSION);
269              return false;              return false;
270          }          }

Legend:
Removed from v.454  
changed lines
  Added in v.605

  ViewVC Help
Powered by ViewVC