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

Qmake variable VERSION set to 0.1 will make qt creator to be not able to build the project

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P2: Important
    • 4.7.1
    • 4.6.3
    • None
    • None
    • 4eaf761eba1ed0e9980ce5758a40c17e41510ee2

    Description

      Qmake variable VERSION set to 0.1 will make qt creator to be not able to build the project

      Bug or not documented feature

      I would think that any version string would be ok if not documented otherwise in
      http://doc.qt.nokia.com/latest/qmake-variable-reference.html#version

      Steps:

      1) Create a standard Mobile Qt Project with Qt Creator
      2) Add "VERSION = 1.0" into the project's pro file
      3) Try to run it

      -> There is an error log shown:

      Executable file: 6250 2010-08-03T15:31:28 C:\MiscPrograms\NokiaQtSDK\Symbian\SDK\epoc32\release\gcce\udeb\helloworld123.exe
      Failed to find package 'C:/Work/Vidya/examples/helloworld123/helloworld123.sis': Package file not found

      Fixed by changing "VERSION = 1.0" to be "VERSION = 1.0.0" (three digits separated by ?)

      Environment:

      • Windows XP SP2
      • Nokia Qt SDK updated 2010-08-02 having components as follows:
      • Qt version: 4.6.3
      • Qt Creator 2.0.0 :
        Based on Qt 4.7.0 (32 bit)
        Built on Jun 18 2010 at 08:02:28
        From revision 1c0f52a091

      I attached a sample project with "VERSION = 1.0.0" in the project file to test with.

      Attachments

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

        Activity

          People

            e0348803 Miikka Heikkinen
            alhannin Aleksi Hänninen (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes