Qt Code:
win32:LIBS += -LC:\QT\2009.04\mingw\lib / -llibvfw32To copy to clipboard, switch view to plain text mode
the -L states library search path
the -l states the lib it self.
Qt Code:
win32:LIBS += -LC:\QT\2009.04\mingw\lib / -llibvfw32To copy to clipboard, switch view to plain text mode
the -L states library search path
the -l states the lib it self.
==========================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.
cae (13th November 2009)
Bookmarks