qTUIO
qTUIO copied to clipboard
Making under Windows
Well, i was thinking of using it under qT for windows and i really dont know how to make a .lib file from the source provided. Would be great if i could get some help.
When am running qMake,it said qApplication wasnt available, Then i added widgets in the pro file.
Now when i am trying to build i am getting these errors
- C:\Users\Shashwati Chaudhuri\Documents\GitHub\qTUIO\src\3rdparty\oscpack\osc\OscReceivedElements.h:402: warning: C4100: 'rhs' : unreferenced formal parameter
- C:\Users\Shashwati Chaudhuri\Documents\GitHub\qTUIO\src\qtuio.cpp:79: warning: C4100: 'tobj' : unreferenced formal parameter
- C:\Users\Shashwati Chaudhuri\Documents\GitHub\qTUIO\src\qtuio.cpp:81: warning: C4100: 'tobj' : unreferenced formal parameter
- C:\Users\Shashwati Chaudhuri\Documents\GitHub\qTUIO\src\qtuio.cpp:83: warning: C4100: 'tobj' : unreferenced formal parameter
- C:\Users\Shashwati Chaudhuri\Documents\GitHub\qTUIO\src\qtuio.cpp:193: error: C2039: 'TouchScreen' : is not a member of 'QTouchEvent'
- C:\Qt\Qt5.2.0\5.2.0\msvc2012_64\include\QtGui\qevent.h:751: see declaration of 'QTouchEvent'
- C:\Users\Shashwati Chaudhuri\Documents\GitHub\qTUIO\src\qtuio.cpp:193: error: C2065: 'TouchScreen' : undeclared identifier
Can you try and see if the fork here compiles with Qt5 for you? https://github.com/daan/qTUIO