How to specify Windows specific project configurations in ".pro" file ?
-
I am new to Qt.
In windows environment, I am generating a VC++ file using "qmake" (qmake -tp vc abc.proj). Once the project file is created, using Visual Studio, I need to change the configuration for "UAC Execution Level" in the Linker option of "Manifest File". At the same time , I am adding post build event ( copying the output to a specific folder.).
How can I add these configurations in ".pro" file ? -
I think that "qmake Manual":http://qt-project.org/doc/qt-4.8/qmake-manual.html describes all you needed.