summaryrefslogtreecommitdiffstats
path: root/presentation.pro
blob: 946cfb96c231e50c02741f7d8afa30e5d30fc501 (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_IMPORTS]/$$TARGETPATH

INSTALLS += qmldir