How to reference QT Library into Visual Studio Test Project ?
-
2012年3月1日 上午 04:26Hello All ,
With Visual Studio Test Project , I want to write Unit Test Scripts for QT Library.Hence i want to know how to reference the QT Test Project into Visual Studio Project.
Please let me know if any one else have done this before
Thank you- 已移動 Rob Pan 2012年3月5日 上午 03:02 (From:Visual C++ General)
所有回覆
-
2012年3月5日 上午 03:01
Hi,
According to your description, I will move your thread to the correct forum for better support. Thanks for your understanding.
Best Regards,
RobRob Pan [MSFT]
MSDN Community Support | Feedback to us
-
2012年3月5日 上午 11:55版主
Hi Shruthi,
Depending on the QT library types, if you refer to C++ QT library, Unit Test is not supported in Visual Studio Test project. VC++ test project can only test managed C++ library. As far as I know QT library is a native one.
Determine how to test your C++ code: http://msdn.microsoft.com/en-us/library/ms243171.aspx
Please let me know if there's anything unclear, I'll try to assist.
Forrest Guo | MSDN Community Support | Feedback to us
- 已提議為解答 Forrest GuoModerator 2012年3月6日 上午 03:38
- 已標示為解答 Shruthi.9822 2012年3月7日 下午 01:18

