diff --git a/share/qtcreator/templates/wizards/projects/qtquickapplication/qtquickcontrols2.conf b/share/qtcreator/templates/wizards/projects/qtquickapplication/qtquickcontrols2.conf index 9c7633fb0a6..fd44f05995d 100644 --- a/share/qtcreator/templates/wizards/projects/qtquickapplication/qtquickcontrols2.conf +++ b/share/qtcreator/templates/wizards/projects/qtquickapplication/qtquickcontrols2.conf @@ -1,6 +1,7 @@ ; This file can be edited to change the style of the application ; Read "Qt Quick Controls 2 Configuration File" for details: -; http://doc.qt.io/qt-5/qtquickcontrols2-configuration.html +; https://doc.qt.io/qt/qtquickcontrols2-configuration.html +@if '%{QtQuickControlsStyle}' != 'Default' [Controls] Style=%{QtQuickControlsStyle} @@ -21,3 +22,4 @@ Theme=%{QtQuickControlsStyleTheme} ;Foreground=Brown ;Background=Grey @endif +@endif