Qt Quick app wizard: Merge two .pri files into one
As an project tree unclutter measure, we now append the deployment.pri to the qmlapplicationviewer.pri while generating the stub for Qt Quick Apps. At the same tame we keep te Qt Mobile App wizard intact, which continues to generate the deployment.pri file. And we also keep the qmlapp/app.pro template functioning as project, therefore we leave the include(../shared/deployment.pri) in qmlapp/app.pro and let the wizard remove that incude. Task-Number: QTCREATORBUG-2568 Reviewed-By: ck
Showing
- share/qtcreator/templates/qmlapp/app.pro 2 additions, 1 deletionshare/qtcreator/templates/qmlapp/app.pro
- src/plugins/qt4projectmanager/wizards/abstractmobileapp.cpp 0 additions, 1 deletionsrc/plugins/qt4projectmanager/wizards/abstractmobileapp.cpp
- src/plugins/qt4projectmanager/wizards/mobileapp.cpp 1 addition, 0 deletionssrc/plugins/qt4projectmanager/wizards/mobileapp.cpp
- src/plugins/qt4projectmanager/wizards/qmlstandaloneapp.cpp 4 additions, 3 deletionssrc/plugins/qt4projectmanager/wizards/qmlstandaloneapp.cpp
- tests/manual/qmlstandalone/main.cpp 1 addition, 2 deletionstests/manual/qmlstandalone/main.cpp
Loading
Please register or sign in to comment