Changeset 5cbcd091ed in tspsg for src/main.cpp


Ignore:
Timestamp:
Mar 13, 2011, 9:23:53 PM (13 years ago)
Author:
Oleksii Serdiuk
Branches:
0.1.4.170-beta2-bb10, appveyor, imgbot, master, readme
Children:
5631fb4d50
Parents:
8dcf4701e6
git-author:
Oleksii Serdiuk <contacts@…> (03/13/11 21:23:53)
git-committer:
Oleksii Serdiuk <contacts@…> (06/29/12 19:45:58)
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/main.cpp

    r8dcf4701e6 r5cbcd091ed  
    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.