Qt 6.11 is out! See what's new in the release
blog
Sould we use stdafx.h in Qt Creator?
-
I don't know what an IVI Driver is, but
stdafx.his just a default name that Visual Studio gives to a precompiled header. Whether you use a precompiled header or not, whether you call itstdafx.hor something else and what are the contents of it is all up to you.Precompiled header is a feature that your compiler supports. It has nothing to do with Qt Creator or Qt. If you're using qmake this page describes how to configure it in your project: Using Precompiled Headers