Uploaded image for project: 'Qt Creator'
  1. Qt Creator
  2. QTCREATORBUG-32213

Ability to add Qt Version without qmake

    XMLWordPrintable

Details

    • Suggestion
    • Resolution: Unresolved
    • P3: Somewhat important
    • None
    • Qt Creator 15.0.0

    Description

      It would be great to be able to create a Kit with a Qt version compiled without qmake (-no-feature-qmake) as qmake is now superceded by cmake and is no longer required to work with Qt.

       

      For trace, my current workaround is to edit $APPDATA/QtProject/qtcreator/qtversion.xml with:

      <qtcreator>
      <data>
      <variable>QtVersion.0</variable>
      <valuemap type="QVariantMap">
      <value type="int" key="Id">3</value>
      <value type="QString" key="QMakePath"><!!! My Qt InstallDir !!!>/bin/qmake.exe</value>
      <value type="QString" key="QtVersion.Type">Qt4ProjectManager.QtVersion.Desktop</value>
      <value type="QString" key="autodetectionSource"/>
      <value type="bool" key="isAutodetected">false</value>
      </valuemap>
      </data>
      <data>
      <variable>Version</variable>
      <value type="int">1</value>
      </data>
      </qtcreator>

      Attachments

        Issue Links

          For Gerrit Dashboard: QTCREATORBUG-32213
          # Subject Branch Project Status CR V

          Activity

            People

              cadam Cristian Adam
              erict Eric
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:

                Gerrit Reviews

                  There is 1 open Gerrit change