summaryrefslogtreecommitdiffstats
path: root/src/src.pro
blob: bf0330fe68709af1c3e3c6104bed402265fed9ed (plain)
1
2
3
4
5
6
7
8
9
10
TARGETPATH=Qt/labs/presentation

QML_FILES = \
    Clock.qml \
    CodeSlide.qml \
    Presentation.qml \
    Slide.qml \
    SlideCounter.qml

load(qml_module)