aboutsummaryrefslogtreecommitdiffstats
path: root/src/templates/templates.pri
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@theqtcompany.com>2015-12-08 15:19:01 +0100
committerJ-P Nurmi <jpnurmi@theqtcompany.com>2015-12-09 19:26:24 +0000
commit38c47c0a7cf9e40aedea7fadefc82e448a740c45 (patch)
tree731788eedaecf8a997888afff09f3f79cfd89416 /src/templates/templates.pri
parent3a5bd3d4e564a1b3cd56ed2cfb5258e4ded763b6 (diff)
Introduce Pane
Provides a background color that matches with the application style and theme. Change-Id: I5e7ea4fededaaf46687a2ea0391f43dbf55e3b42 Reviewed-by: Mitch Curtis <mitch.curtis@theqtcompany.com>
Diffstat (limited to 'src/templates/templates.pri')
-rw-r--r--src/templates/templates.pri3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/templates/templates.pri b/src/templates/templates.pri
index 3f608eb2..1ae46e85 100644
--- a/src/templates/templates.pri
+++ b/src/templates/templates.pri
@@ -26,6 +26,8 @@ HEADERS += \
$$PWD/qquickmenuitem_p.h \
$$PWD/qquickoverlay_p.h \
$$PWD/qquickpageindicator_p.h \
+ $$PWD/qquickpane_p.h \
+ $$PWD/qquickpane_p_p.h \
$$PWD/qquickpopup_p.h \
$$PWD/qquickpopup_p_p.h \
$$PWD/qquickpressandholdhelper_p.h \
@@ -70,6 +72,7 @@ SOURCES += \
$$PWD/qquickmenuitem.cpp \
$$PWD/qquickoverlay.cpp \
$$PWD/qquickpageindicator.cpp \
+ $$PWD/qquickpane.cpp \
$$PWD/qquickpopup.cpp \
$$PWD/qquickpressandholdhelper.cpp \
$$PWD/qquickprogressbar.cpp \