qTUIO icon indicating copy to clipboard operation
qTUIO copied to clipboard

Making under Windows

Open XuryaX opened this issue 12 years ago • 1 comments

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

  1. C:\Users\Shashwati Chaudhuri\Documents\GitHub\qTUIO\src\3rdparty\oscpack\osc\OscReceivedElements.h:402: warning: C4100: 'rhs' : unreferenced formal parameter
  2. C:\Users\Shashwati Chaudhuri\Documents\GitHub\qTUIO\src\qtuio.cpp:79: warning: C4100: 'tobj' : unreferenced formal parameter
  3. C:\Users\Shashwati Chaudhuri\Documents\GitHub\qTUIO\src\qtuio.cpp:81: warning: C4100: 'tobj' : unreferenced formal parameter
  4. C:\Users\Shashwati Chaudhuri\Documents\GitHub\qTUIO\src\qtuio.cpp:83: warning: C4100: 'tobj' : unreferenced formal parameter
  5. C:\Users\Shashwati Chaudhuri\Documents\GitHub\qTUIO\src\qtuio.cpp:193: error: C2039: 'TouchScreen' : is not a member of 'QTouchEvent'
  6. C:\Qt\Qt5.2.0\5.2.0\msvc2012_64\include\QtGui\qevent.h:751: see declaration of 'QTouchEvent'
  7. C:\Users\Shashwati Chaudhuri\Documents\GitHub\qTUIO\src\qtuio.cpp:193: error: C2065: 'TouchScreen' : undeclared identifier

XuryaX avatar Jan 18 '14 09:01 XuryaX

Can you try and see if the fork here compiles with Qt5 for you? https://github.com/daan/qTUIO

x29a avatar Apr 15 '15 19:04 x29a