From 38c47c0a7cf9e40aedea7fadefc82e448a740c45 Mon Sep 17 00:00:00 2001 From: J-P Nurmi Date: Tue, 8 Dec 2015 15:19:01 +0100 Subject: Introduce Pane Provides a background color that matches with the application style and theme. Change-Id: I5e7ea4fededaaf46687a2ea0391f43dbf55e3b42 Reviewed-by: Mitch Curtis --- src/templates/templates.pri | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/templates/templates.pri') 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 \ -- cgit v1.2.3