summaryrefslogtreecommitdiffstats
path: root/presentation.pro
diff options
context:
space:
mode:
Diffstat (limited to 'presentation.pro')
-rw-r--r--presentation.pro6
1 files changed, 5 insertions, 1 deletions
diff --git a/presentation.pro b/presentation.pro
index 8bf6cb6..946cfb9 100644
--- a/presentation.pro
+++ b/presentation.pro
@@ -5,9 +5,11 @@ CONFIG += plugin
qmldir.files += \
src/qmldir \
+ src/Clock.qml \
src/CodeSlide.qml \
src/Presentation.qml \
- src/Slide.qml
+ src/Slide.qml \
+ src/SlideCounter.qml
qmldir.path += $$[QT_INSTALL_IMPORTS]/$$TARGETPATH
@@ -15,3 +17,5 @@ INSTALLS += qmldir
+
+