S
S
Slavka2016-03-30 20:54:17
Qt
Slavka, 2016-03-30 20:54:17

Qt, Time to collect "stones" or how to get Release?

In general, I wrote a program, now I need to get a release version, I thought I’ll compile and put the necessary dlls in the folder, but it wasn’t chickpeas, the fact is that in the project I used the QSerialPort library, which is third-party for Qt4, and when building, the error "can't find - lQSerialPort" , in the .pro file also indicated CONFIG += serialportthe path to the includes. Maybe you need to build the project differently?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
M
Mercury13, 2016-03-30
@Slavka_online

"can't find -lQSerialPort" - this means it's not about the inclusions, but about .lib or .a (depending on the compiler). Look for how to specify the path to this file. And why did it work in debugging? - is there that, this path is indicated?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question