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

c# - passing input text from view to contoller with FacebookContext using Facebook app -

ios - Does Core Data autoupdate a many to many relationship on saving -

Calling a C++ function from C# by passing a string with variable size to it -