comparison main/main.cpp @ 317:8aa8dd8050d9 sv-v1.5

...
author Chris Cannam
date Mon, 16 Mar 2009 16:43:38 +0000
parents 2c8b64e72830
children cb189d3816e5
comparison
equal deleted inserted replaced
316:2c8b64e72830 317:8aa8dd8050d9
205 205
206 int 206 int
207 main(int argc, char **argv) 207 main(int argc, char **argv)
208 { 208 {
209 #ifdef Q_WS_X11 209 #ifdef Q_WS_X11
210 #ifdef QT_VERSION >= 0x040500 210 #if QT_VERSION >= 0x040500
211 std::cerr << "raster" << std::endl;
211 QApplication::setGraphicsSystem("raster"); 212 QApplication::setGraphicsSystem("raster");
212 #endif 213 #endif
213 #endif 214 #endif
214 215
215 SVApplication application(argc, argv); 216 SVApplication application(argc, argv);