Changeset 154 in tspsg-svn for trunk/src/main.cpp


Ignore:
Timestamp:
Mar 13, 2011, 9:23:53 PM (13 years ago)
Author:
laleppa
Message:

Fixes and updates to Symbian SIS package generation rules and some small Symbian-related code fixes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/main.cpp

    r151 r154  
    4141int main(int argc, char *argv[])
    4242{
     43#ifdef Q_WS_S60
     44    // No enough memory for solution graph generation with tasks
     45    // of 20 and more cities if we use non-raster graphics system.
     46    QApplication::setGraphicsSystem("raster");
     47#endif
    4348QApplication app(argc, argv);
    4449    app.setOverrideCursor(QCursor(Qt::WaitCursor));
Note: See TracChangeset for help on using the changeset viewer.