aboutsummaryrefslogtreecommitdiffstats
path: root/src/templates/templates.pri
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@theqtcompany.com>2015-11-23 20:00:17 +0100
committerJ-P Nurmi <jpnurmi@theqtcompany.com>2015-11-25 08:53:40 +0000
commit96474dba254526b48e35ffa5b22950185dae43fb (patch)
tree00a3e8f07f2ad34fafa9728074a9d6fcb8a6f1d1 /src/templates/templates.pri
parent794d4f210a5b875699e63e02e5ec0c1d4bad4096 (diff)
Add ItemDelegate
Change-Id: I133be230d0d4b2fd36565f8f05d91426c314a085 Reviewed-by: Mitch Curtis <mitch.curtis@theqtcompany.com>
Diffstat (limited to 'src/templates/templates.pri')
-rw-r--r--src/templates/templates.pri2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/templates/templates.pri b/src/templates/templates.pri
index 34344e03..0bcde3da 100644
--- a/src/templates/templates.pri
+++ b/src/templates/templates.pri
@@ -17,6 +17,7 @@ HEADERS += \
$$PWD/qquickframe_p.h \
$$PWD/qquickframe_p_p.h \
$$PWD/qquickgroupbox_p.h \
+ $$PWD/qquickitemdelegate_p.h \
$$PWD/qquicklabel_p.h \
$$PWD/qquicklabel_p_p.h \
$$PWD/qquickoverlay_p.h \
@@ -58,6 +59,7 @@ SOURCES += \
$$PWD/qquickdrawer.cpp \
$$PWD/qquickframe.cpp \
$$PWD/qquickgroupbox.cpp \
+ $$PWD/qquickitemdelegate.cpp \
$$PWD/qquicklabel.cpp \
$$PWD/qquickoverlay.cpp \
$$PWD/qquickpageindicator.cpp \