comparison main/MainWindow.cpp @ 132:784ea35d07dd sv1-1.0pre4

...
author Chris Cannam
date Mon, 23 Apr 2007 14:39:34 +0000
parents 47b5b6952189
children 8a24df5d3b0b
comparison
equal deleted inserted replaced
131:75b0087233d8 132:784ea35d07dd
4672 aboutText += tr("<p>Sonic Visualiser is a program for viewing and exploring audio data for<br>semantic music analysis and annotation.</p>"); 4672 aboutText += tr("<p>Sonic Visualiser is a program for viewing and exploring audio data for<br>semantic music analysis and annotation.</p>");
4673 aboutText += tr("<p>%1 : %2 configuration</p>") 4673 aboutText += tr("<p>%1 : %2 configuration</p>")
4674 .arg(version) 4674 .arg(version)
4675 .arg(debug ? tr("Debug") : tr("Release")); 4675 .arg(debug ? tr("Debug") : tr("Release"));
4676 4676
4677 #ifndef BUILD_STATIC
4678 aboutText += tr("<br>Using Qt v%1 &copy; Trolltech AS").arg(QT_VERSION_STR);
4679 #else
4680 #ifdef QT_SHARED
4681 aboutText += tr("<br>Using Qt v%1 &copy; Trolltech AS").arg(QT_VERSION_STR);
4682 #endif
4683 #endif
4684
4677 #ifdef BUILD_STATIC 4685 #ifdef BUILD_STATIC
4678 aboutText += tr("<p>Statically linked"); 4686 aboutText += tr("<p>Statically linked");
4679 #ifndef QT_SHARED 4687 #ifndef QT_SHARED
4680 aboutText += tr("<br>With Qt (v%1) &copy; Trolltech AS").arg(QT_VERSION_STR); 4688 aboutText += tr("<br>With Qt (v%1) &copy; Trolltech AS").arg(QT_VERSION_STR);
4681 #endif 4689 #endif