max151981 / qtworkbench

Automatically exported from code.google.com/p/qtworkbench
0 stars 0 forks source link

Linkage error due to poorly setting in .pro file #18

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I am trying to a project using mysql libraries and discovered
that the library isn't actually linked properly:

- If I add a library of link a library directory the line "LIB+="
appears in the makefiles on the same line as and after the variable
OBJECTS_DIR;
- There are no double quotes (\") for the paths for the "LIB+=" line;
- I don't know whether all variables have to be in a separate lines in
a makefile or whether the "LIB+=" line has to appear before
OBJECTS_DIR (I am guessing the former;
- I can move the "LIB+=" line to after "LIB=" and add the (\")
manually, but then I will have to compile it on command prompt...

Original issue reported on code.google.com by y.pag...@gmail.com on 28 Nov 2008 at 2:52

GoogleCodeExporter commented 8 years ago

Original comment by y.pag...@gmail.com on 28 Nov 2008 at 2:53