简体   繁体   中英

Qt:How to tell Qmake to include ws2_32 in visual studio project

Hello all im using some third party lib in side Qt application
but i like the *.pro file and the QMAKE to be the default .
how can i tell qmake (what to write in the *.pro file ) to include in my visual studio project the windows ws2_32 socket lib
in the include lib dir ?

尝试在.pro文件中添加QMAKE_LIBS += ws2_32.lib

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM