Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-5708

simple Qt app fails to run in S60 3.1 emulator

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: Not Evaluated Not Evaluated
    • None
    • 4.6.0
    • None
    • None

      Qt: http://pepper.troll.no/s60prereleases/snapshots/qt-symbian-opensource-4.6.0-snapshot-20091111.exe
      Device: N95

      main.cpp
      #include <QtGui>
      
      int main(int argc, char **argv) {
          QApplication app(argc, argv);
          QLabel label("mongo");
          label.showMaximized();
          return app.exec();
      }
      

      How to build/reproduce:

      qmake -project
      qmake
      make debug-winscw
      make run

      results:

      C:\temp\testing31again>make run
      call /S60/devices/S60_3rd_FP1/epoc32\release\winscw\udeb\testing31again.exe
      C:\S60\devices\S60_3rd_FP1\epoc32\tools\make.exe: [run] Error 23 (ignored)

      Note: works on the phone (N95)

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            riskedal Espen Riskedal (closed Nokia identity) (Inactive)
            riskedal Espen Riskedal (closed Nokia identity) (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes