aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quickcontrols/gallery/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quickcontrols/gallery/CMakeLists.txt')
-rw-r--r--examples/quickcontrols/gallery/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/quickcontrols/gallery/CMakeLists.txt b/examples/quickcontrols/gallery/CMakeLists.txt
index a9bc9007bd..ca727ef18f 100644
--- a/examples/quickcontrols/gallery/CMakeLists.txt
+++ b/examples/quickcontrols/gallery/CMakeLists.txt
@@ -10,6 +10,7 @@ qt_standard_project_setup(REQUIRES 6.8)
qt_add_executable(galleryexample WIN32 MACOSX_BUNDLE
gallery.cpp
+ qmlsortfilterproxymodel.h
)
qt_add_qml_module(galleryexample
@@ -36,6 +37,7 @@ qt_add_qml_module(galleryexample
"pages/ScrollBarPage.qml"
"pages/ScrollIndicatorPage.qml"
"pages/ScrollablePage.qml"
+ "pages/SearchFieldPage.qml"
"pages/SliderPage.qml"
"pages/SpinBoxPage.qml"
"pages/StackViewPage.qml"