+ check for Win7 to activate gesture support

This commit is contained in:
wmayer
2015-04-01 21:56:56 +02:00
parent 61b1b4c67b
commit 33679c5107

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