Files and Classes tab is empty
-
Hi,
I'm new to QT Creator , when I walk into the New Project Files and Classes tab is empty as I fix this?@Julio Hi, and welcome to the Qt forum! Could you please make a screenshot, just to make sure we're talking about the same menus. (You can post an image for example at http://postimage.org/ and then include it here with

.) -
On my machine the list is also empty but only when I click the "New project" button on the "Welcome" page. It works as expected when I click "File" -> "New File or Project..." in the main menu.
-
ah ok ..
here it is so ..
How can I resolve the error: QMAKE_LFLAGS_EXCEPTIONS_ON: No such file or directory
link text
it does not recognize <limits > -
You should not use QMAKE_CXXFLAGS to activate C++11, do it this way:
CONFIG += c++11Except from that it looks OK. What is the content of the Makefile?