Home > Mobile >  Qt5.3.2 android development project now for VS2015 + qt5.8.0 MSVC problems
Qt5.3.2 android development project now for VS2015 + qt5.8.0 MSVC problems

Time:10-04

Qt5.3.2 android development project, now replaced by VS2015 + qt5.8.0 MSVC appear "LNK1104 unable to open file" libwsock32. Obj,
"
The content of the qt is:
# -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
#
2017-05-08 # Project created by QtCreator T15:43:29
#
# -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --

QT +=core GUI serialport printsupport network XML

GreaterThan (QT_MAJOR_VERSION, 4) : QT +=widgets
# CONFIG +=axcontainer

TARGET=cfgm_tool
The TEMPLATE=app

The CONFIG +=thread
+=the main SOURCES. The CPP \
Mainwindow. CPP \
Frametxrx. CPP \
Ringbuffer. CPP \
Parserframe. CPP \
Win_qextserialport. CPP \
Qextserialbase. CPP \
Qextserialport. CPP \
Dev_config. CPP \
CommonProtocol. CPP \
Common_frame_analyse. CPP \
Common. CPP \
Frame_display. CPP \
Check_data. CPP

HEADERS +=\
The mainwindow. H \
Frametxrx. H \
Ringbuffer. H \
Parserframe. H \
Qextserialbase. H \
Win_qextserialport. H \
Qextserialport. H \
Winsock2. H \
Dev_config. H \
Common. H \
CommonProtocol. H \
Struct_data. H \
Common_frame_analyse. H \
Frame_display. H \
Check_data. H

LIBS +=libwsock32 libws2_32

FORMS +=mainwindow. UI \
Dev_config. UI \
Frame_display. UI \
Check_data. UI
  •  Tags:  
  • Qt
  • Related