+ check for Win7 to activate gesture support

This commit is contained in:
wmayer 2015-04-01 21:56:56 +02:00
parent c519989ec0
commit 32688a636b

View File

@ -35,7 +35,9 @@
#ifdef Q_WS_WIN
#if QT_VERSION < 0x050000
//#define GESTURE_MESS
#if(WINVER >= 0x0601) // need Windows 7
#define GESTURE_MESS
#endif
#endif // QT_VERSION < 0x050000
#endif // Q_WS_WIN