aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quickcontrols2/gallery/gallery.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quickcontrols2/gallery/gallery.pro')
-rw-r--r--examples/quickcontrols2/gallery/gallery.pro5
1 files changed, 3 insertions, 2 deletions
diff --git a/examples/quickcontrols2/gallery/gallery.pro b/examples/quickcontrols2/gallery/gallery.pro
index 7f72c9ca..cb0736fd 100644
--- a/examples/quickcontrols2/gallery/gallery.pro
+++ b/examples/quickcontrols2/gallery/gallery.pro
@@ -1,12 +1,13 @@
TEMPLATE = app
TARGET = gallery
-QT += quick
+QT += quick quickcontrols2
SOURCES += \
gallery.cpp
OTHER_FILES += \
- gallery.qml
+ gallery.qml \
+ pages/*.qml
RESOURCES += \
gallery.qrc