QWindowsWindowFunctions module?
Solved
General and Desktop
-
Hi,
I am trying to use QWindowsWindowFunctions
#include <QWindowsWindowFunctions>
The compiler can't find the include, so I suppose that I have to add some module to
QT +=...
What module should I use?
Is there a complete list of Qt modules (with the name that qmake needs)? This is not the first time that I have problems finding the right module name for enable a Qt feature, it is frustrating.
Thanks!
-
Hi,
It's in qtbase since Qt 5.5. Which Qt version are you using ?
-
Good, then since you have it working now, please mark the thread as solved using the "Topic Tool" button so that other forum users may know a solution has been found :)