Files and Classes tab is empty
Unsolved
General and Desktop
-
@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.
-
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?