Thread: mbarcode
View Single Post
Posts: 2,006 | Thanked: 3,351 times | Joined on Jun 2010 @ N900: Battery low. N950: torx 4 re-used once and fine; SIM port torn apart
#426
Originally Posted by lardman View Post
Can you not use QMake?
Well... I prefer not to use QMake and Make. They generate too much of difficult-to-understand text inside qmake.pro and Makefile, and working without QMake would let me understand C++ and g++, while working with QMake leads me to Qt, do-this, don't-know-why-it-is-needed.

Originally Posted by lardman View Post
I'm also rather concerned that you're not linking against the QtPlugin library (though you apparently have no errors, which is also a bit strange).
I have heard (in Google) that QtPlugin is linked through QtGui. It's not the straightest way, but GUI is needed, anyway, I suppose.

Originally Posted by lardman View Post
Can you post some code so we can take a look ourselves?
Here it is, renamed to mb.cpp.txt.
Quite short, not more that 80 lines of code altogether.
Attached Files
File Type: txt mb.cpp.txt (2.8 KB, 96 views)