Skip to content
Snippets Groups Projects
Commit 4c4f4c5c authored by Gunnar Sletta's avatar Gunnar Sletta
Browse files

use qml_module in .pro file


Change-Id: I8932934a0d1cf1fbe6ee85c7c09754998591255f
Reviewed-by: default avatarAlan Alpert <aalpert@blackberry.com>
parent 46056fb3
No related branches found
No related tags found
No related merge requests found
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
TEMPLATE = subdirs
SUBDIRS = src
......
TARGETPATH=Qt/labs/presentation
QML_FILES = \
Clock.qml \
CodeSlide.qml \
Presentation.qml \
Slide.qml \
SlideCounter.qml
load(qml_module)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment