c++ - QtCreator: symbol(s) not found for architecture x86_64 issue on Mac OS Mavericks -


I am trying to compile a C ++ program using QT. When I try to compile, I get this output: not found symbol for architecture (s) x86_64 linker failed in command failure code 1 (for viewing invitations -V Use)

What can I do? Why is this happening? I have already tried my project file in QMAKE_MACOSX_DEPLOYMENT_TARGET = 10.9

(as suggested in this post) but it has given this problem Did not solve.

Any thoughts?

Edit:

How it looks like my project file:

  TEMPLATE = app CONFIG + = console CONFIG - = app_bundle CONFIG - = qt Source + = main.cpp \ a.cpp \ b.cpp \ c.cpp \ headers + = \ ah \ bh \ ch    



Comments

Popular posts from this blog

Java - Error: no suitable method found for add(int, java.lang.String) -

java - JPA TypedQuery: Parameter value element did not match expected type -

c++ - static template member variable has internal linkage but is not defined -