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: What can I do? Why is this happening? I have already tried my project file in (as suggested in this post) but it has given this problem Did not solve. Any thoughts? Edit: How it looks like my project file: not found symbol for architecture (s) x86_64 linker failed in command failure code 1 (for viewing invitations -V Use)
QMAKE_MACOSX_DEPLOYMENT_TARGET = 10.9
TEMPLATE = app CONFIG + = console CONFIG - = app_bundle CONFIG - = qt Source + = main.cpp \ a.cpp \ b.cpp \ c.cpp \ headers + = \ ah \ bh \ ch
Comments
Post a Comment