Yes he is.No, I don't think so. The .pro file is telling qmake to use "TEMPLATE = app".
As I said:
Which is what the pro file for HelloWorld is saying, as TEMPLATE=app says.helloworld is not a lib, but an app
But to the test you are telling HellowWorld is a lib:
Qt Code:
LIBS += -L"$$OUT_PWD/../HelloWorld/release" LIBS += -lHelloWorldTo copy to clipboard, switch view to plain text mode
It could be however that there are other problems as well.
Bookmarks