I am trying to link a library(Google V8) using Qmake and doing something wrong.
Following the https://developers.google.com/v8/get_started guide, everything went well, and compiling with g++ works(my path to v8 and headers is slightly different):
but it won't compile, with all the errors like: "error: undefined reference to `v8::V8::InitializeICU(char const*)'" ..and similar. like it cant see the libraries. My QtCreator is using GCC so I don't know if that has anything to do with it.
Thanks for reading! Hopefully someone can help. (: