+ check for Win7 to activate gesture support
This commit is contained in:
parent
c519989ec0
commit
32688a636b
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user