diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/quickcontrols/windows/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/quickcontrols/windows/CMakeLists.txt b/src/quickcontrols/windows/CMakeLists.txt index 36e871abdb..8b8569952c 100644 --- a/src/quickcontrols/windows/CMakeLists.txt +++ b/src/quickcontrols/windows/CMakeLists.txt @@ -5,6 +5,8 @@ ## qtquickcontrols2windowsstyleplugin Plugin: ##################################################################### +add_subdirectory(impl) + set(qml_files "ApplicationWindow.qml" "Button.qml" @@ -70,8 +72,6 @@ qt_internal_add_qml_module(qtquickcontrols2windowsstyleplugin Qt::QuickTemplates2Private ) -add_subdirectory(impl) - # Native style is a dependency of the Windows style. _qt_internal_add_qml_static_plugin_dependency(qtquickcontrols2windowsstyleplugin qtquickcontrols2nativestyleplugin) |