diff --git a/dist/changes-2.3.1 b/dist/changes-2.3.1 index 01f15ca0b6d..f029e4464bf 100644 --- a/dist/changes-2.3.1 +++ b/dist/changes-2.3.1 @@ -41,6 +41,7 @@ Windows Symbian Target * Warn if EPOCROOT is on different drive from the sources * 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 * Harmattan: Include Aegis manifest file in list of files to add to project diff --git a/share/qtcreator/templates/qtquickapp/app.pro b/share/qtcreator/templates/qtquickapp/app.pro index fcbcc0b8aff..3aebf6ed964 100644 --- a/share/qtcreator/templates/qtquickapp/app.pro +++ b/share/qtcreator/templates/qtquickapp/app.pro @@ -34,7 +34,7 @@ symbian:TARGET.CAPABILITY += NetworkServices # Add dependency to Symbian components # QTQUICKCOMPONENTS # -# CONFIG += qtquickcomponents +# CONFIG += qt-components # The .cpp file which was generated for your project. Feel free to hack it. SOURCES += main.cpp