Commit 1752e03a97cc16dd653d68d5a4bcf24024c59980

Do not specify the output file when generating Visual Studio Project
Files files with qmake.

The correct file extension for generated file is best left to qmake to
decide.
doc/src/snippets/code/doc_src_qmake-manual.qdoc
(1 / 1)
  
689689
690690
691691//! [115]
692qmake -tp vc -o hello.dsp hello.pro
692qmake -tp vc hello.pro
693693//! [115]
694694
695695

Comments

Add a new comment:

Login or create an account to post a comment

Add your comment