diff options
author | Kavindra Devi Palaraja <kavindra.palaraja@nokia.com> | 2009-06-29 16:18:01 (GMT) |
---|---|---|
committer | Kavindra Devi Palaraja <kavindra.palaraja@nokia.com> | 2009-06-29 16:18:18 (GMT) |
commit | 555c481145ff87347c0f0be12f81632c9b5ef0be (patch) | |
tree | b23601b6b5b0aec39afc3fb0095f28c323e5d07d | |
parent | 2ce538513bf8aa89a18219d59b2cc632e17cd0df (diff) | |
download | Qt-555c481145ff87347c0f0be12f81632c9b5ef0be.zip Qt-555c481145ff87347c0f0be12f81632c9b5ef0be.tar.gz Qt-555c481145ff87347c0f0be12f81632c9b5ef0be.tar.bz2 |
Doc - Adding the steps to import a pro file via VS Add-in
Reviewed-By: Joerg Bornemann <joerg.bornemann@trolltech.com>
Task: 157404
-rw-r--r-- | doc/src/qmake-manual.qdoc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/src/qmake-manual.qdoc b/doc/src/qmake-manual.qdoc index 7960de7..d4d51c7 100644 --- a/doc/src/qmake-manual.qdoc +++ b/doc/src/qmake-manual.qdoc @@ -858,10 +858,12 @@ \snippet doc/src/snippets/code/doc_src_qmake-manual.qdoc 21 - Each time you update the project file, you need to run \c qmake to generate an updated Visual Studio project. + \note If you are using the Visual Studio Add-in, you can import \c .pro + files via the \gui{Qt->Import from .pro file} menu item. + \section2 Visual Studio 2005 Manifest Files When deploying Qt applications built using Visual Studio 2005, it is |