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

How can I add a seperate action listener to all 14 of my buttons at once that can determine player turn?(java) -

php - Sorting an multidimension array using usort fails -

Simple file compression in C -