Cannot find -lQt5Networkd
-
Hi, I have a problem with network library.
Can help me!
I´m not found problem!
-
@VRonin
QT += core
QT += network
QT -= guiCONFIG += c++11
TARGET = RpkX_ConsoleTester
CONFIG += console
CONFIG -= app_bundleTEMPLATE = app
SOURCES += main.cpp
server.cppIs my code in .pro. I use QT += core and QT += network, are wrong?
-
Looks fine.
- What Qt version are you using?
- on which compiler?
- on which OS?
- did you build it yourself or downloaded the binary?
@VRonin
I use a QTCreator 5.6, on Windows10.
Yes I did it.Look my build & run configurations, I think that problem are on compiler
-
Yes I did it.
You did what, sorry?
Looks like your linker can't find the library files.
What compiler are you using? MSVC or MinGW?
@VRonin
I use a MinGW.
I did the binary :D -
Hi and welcome to devnet,
Did you build Qt for both debug and release ?
-
Did you try compiling from command line instead on Qt Creator (I'm trying to understand if it's a problem with Qt Creator configuration or you are really missing the libraries)?
You need to call qtenv2.bat from your Qt bin directory to set up the environment