Dear all,

         I can't get consistent result from command line and ant target for 
qmake.
         Could anybody help?

In cmd.exe, I ran below command and can get expected output:
D:\TSA\EclipseWorkspace\TSA_FW\build\ant>d:/qtsdk/desktop/qt/4.7.3/mingw/bin/qmake.exe
 -spec d:/QtSDK/Desktop/Qt/4.7.3/mingw/mkspecs/win32-g++ -r -o Makefile ../.. 
/../../TSA_IDE/TSA_IDE.pro

But when I ran below ant target, I can't get any output:
    <target name="qmakeTSAIDE">
       <exec executable="cmd.exe">
        <arg value="d:/qtsdk/desktop/qt/4.7.3/mingw/bin/qmake.exe -spec 
d:/QtSDK/Desktop/Qt/4.7.3/mingw/mkspecs/win32-g++ -r -o Makefile 
../../../../TSA_IDE/TSA_IDE.pro"/>
    </exec>
</target>

Thanks,
Vincent.
This message and any attachments may contain Cypress (or its subsidiaries) 
confidential information. If it has been received in error, please advise the 
sender and immediately delete this message.

Reply via email to