summaryrefslogtreecommitdiffstats
path: root/presentation.pro
blob: 6107fb8b0e4139d25a585310d79a2c1f4f2caaf6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
TARGETPATH=Qt/labs/presentation
TEMPLATE=lib

CONFIG += plugin

qmldir.files += \
    src/qmldir \
    src/Clock.qml \
    src/CodeSlide.qml \
    src/Presentation.qml \
    src/Slide.qml \
    src/SlideCounter.qml

qmldir.path +=  $$[QT_INSTALL_QML]/$$TARGETPATH

INSTALLS += qmldir