Sould we use stdafx.h in Qt Creator?
Solved
Language Bindings
-
I don't know what an IVI Driver is, but
stdafx.h
is just a default name that Visual Studio gives to a precompiled header. Whether you use a precompiled header or not, whether you call itstdafx.h
or 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