Ya I find QMake to be one of the simplest to config a project in. As you said changing to C++11 and other features are as simple as CONFIG += .... and linking libraries is very simple also.
It also provides built in support for CMake also which is a plus since you can easily build CMake projects inside QT Creator.