Skip to content

Commit

Permalink
Add quickcontrol2 style config
Browse files Browse the repository at this point in the history
  • Loading branch information
HTRamsey committed Feb 22, 2025
1 parent b46abbd commit a45faa1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -477,6 +477,9 @@ if(ANDROID)
endif()
endif()

set_source_files_properties(resources/qtquickcontrols2.conf PROPERTIES QT_RESOURCE_ALIAS qtquickcontrols2.conf)
qt_add_resources(${CMAKE_PROJECT_NAME} "app_res" FILES resources/qtquickcontrols2.conf)

qt_import_plugins(${CMAKE_PROJECT_NAME}
INCLUDE Qt6::QSvgPlugin
EXCLUDE_BY_TYPE geoservices
Expand Down
2 changes: 2 additions & 0 deletions resources/qtquickcontrols2.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[Controls]
Style=Basic

0 comments on commit a45faa1

Please sign in to comment.