Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
231 views
in Technique[技术] by (71.8m points)

c++ - Can Qt compiled libs work with newer compilers?

edit

Now i am really confused , it works , qt libs compiled with gcc 3.4 works with gcc 8.3.1

I cannot understand why

  • End of edit*

I am using same linux qt compiled runtime libs ,that was originally compiled with an older g++ 3.x.x compiler and it works for now on different linux systems , tested until g++4.8.5 .

Is it by chance? Am i just lucky?

Will it still work with new g++ std 20 compiler .

Or that i should compile from src for each platform...

Qt is 4.7 , can i use the same libs with c++20 compiler ,without build qt from src.

question from:https://stackoverflow.com/questions/65923376/can-qt-compiled-libs-work-with-newer-compilers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...