static Extra characters after test expression.
-
Hi, welcome to the Qt forum! What's your question?
-
Hi, welcome to the Qt forum! What's your question?
-
Hi,
The double & is the cause. A .pro file is not c++ ;)
Did you add static to
CONFIG?If so the condition should rather be:
if(exists(${d}/libGLU.a)):CONFIG(static) {Hope it helps
-
The technique is valid for all operating systems supported.