M
M
mr-ZA2019-03-11 00:28:12
Qt
mr-ZA, 2019-03-11 00:28:12

Compiling in QT?

Hello everyone, there are a couple of questions related to Qt:
1) How to compile a graphical application for Windows XP x86 in Qt, which compiler should I choose from the list? Available in attached photo
5c85813d0f791624667330.png
.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
R
Roman, 2019-03-11
@mr-ZA

which compiler to choose from the list?

None, XP support ended with Qt 5.5 5.6 (LTS)
https://wiki.qt.io/PlatformSupport
5.12 -> https://doc.qt.io/QT-5/supported-platforms.html
5.6 -> Windows XP (32-bit) Deployment only https://doc.qt.io/archives/qt-5.6/supported-platfo...
remains 5.5
how to assemble / make it work - you can google it, but it's different for everyone, it depends on the environment.
for example link

N
neosapient, 2019-03-11
@neosapient

On the first question:
You can try to put the 32-bit assembly "Desktop Qt 5.12.1 MSVC2017 32bit". And on Windows XP, install Microsoft Visual C ++ Runtime 2017 .
On the second question:
In the *.pro project file, you must specify the path to the external library:
LIBS += -L "path/to/library/directory"

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question