On quarta-feira, 21 de março de 2012 22.01.09, Denis Shienkov wrote: > I tried to connect it to my project (Qt5): > > #include <QtCore/private/qwinoverlappedionotifier_p.h>
Add to the .pro file:
QT += core-private
Then:
#include <private/qwinoverlappedionotifier_p.h>
This will work.
--
Thiago Macieira - thiago.macieira (AT) intel.com
Software Architect - Intel Open Source Technology Center
Intel Sweden AB - Registration Number: 556189-6027
Knarrarnäsgatan 15, 164 40 Kista, Stockholm, Sweden
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ Development mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/development
