How can I debug it if I don't have configured IDE with Qt, and I'm using it just to making code?
How can I debug it if I don't have configured IDE with Qt, and I'm using it just to making code?
from this it sounds like it is YOUR application, as in, you programmed it.When I try to launch my application
Is it so, or are you just a user of this program?
==========================signature=============== ==================
S.O.L.I.D principles (use them!):
https://en.wikipedia.org/wiki/SOLID_...iented_design)
Do you write clean code? - if you are TDD'ing then maybe, if not, your not writing clean code.
No, I programmed this application.
==========================signature=============== ==================
S.O.L.I.D principles (use them!):
https://en.wikipedia.org/wiki/SOLID_...iented_design)
Do you write clean code? - if you are TDD'ing then maybe, if not, your not writing clean code.
OK, so, how to debug it? I looked at the Assistant and typed make all instead of make, and reached:
C:\Dev-Cpp\bin\...\mingw32\...ld.exe cannot find -lqtmaind
I don't know is it this what you were asking about. If not, how to debug it?
edit:
executable was made - this was problem which appeared after building
Bookmarks