Update README.md

This commit is contained in:
pythoneer 2015-02-15 21:07:58 +01:00
parent 0b8657aa17
commit baf1c6954d
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ building for Linux use -lX11 -lXtst | include X11/Xlib.h X11/Xutil.h
building for Mac use -framework ApplicationServices | include ApplicationServices/ApplicationServices.h
building for Win use User32.lib | include Windows.h
if you wanna use qmake i provided a XInputSimulator.pro file simply type:
if you wanna use qmake i provide a XInputSimulator.pro file simply type:
```
>$ qmake XInputSimulator.pro && make
```