QtQuickApp: Fix qmake dependency to Qt Quick Components for Symbian

The .prf to add the dependency is called qt-components.prf . This broke
building a SmartInstaller package.

Task-number: QTCREATORBUG-6075
Change-Id: I816eac60ab15f40ffc9d3c866f0bf695bfa0983e
Reviewed-on: http://codereview.qt-project.org/4641
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Paweł Polański <jaggernod@gmail.com>
Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
This commit is contained in:
Kai Koehne
2011-09-12 10:06:27 +02:00
committed by Eike Ziller
parent 421a1cf93c
commit cdbb6f2cb9
2 changed files with 2 additions and 1 deletions

1
dist/changes-2.3.1 vendored
View File

@@ -41,6 +41,7 @@ Windows
Symbian Target Symbian Target
* Warn if EPOCROOT is on different drive from the sources * Warn if EPOCROOT is on different drive from the sources
* Fix several debugging issues with CODA 4.0.23 * Fix several debugging issues with CODA 4.0.23
* Qt Quick Application wizard: Fix qmake dependency to Qt Quick Components for Symbian (QTCREATORBUG-6075)
Remote Linux Support Remote Linux Support
* Harmattan: Include Aegis manifest file in list of files to add to project * Harmattan: Include Aegis manifest file in list of files to add to project

View File

@@ -34,7 +34,7 @@ symbian:TARGET.CAPABILITY += NetworkServices
# Add dependency to Symbian components # Add dependency to Symbian components
# QTQUICKCOMPONENTS # # QTQUICKCOMPONENTS #
# CONFIG += qtquickcomponents # CONFIG += qt-components
# The .cpp file which was generated for your project. Feel free to hack it. # The .cpp file which was generated for your project. Feel free to hack it.
SOURCES += main.cpp SOURCES += main.cpp