blob: 84ab8da45c0b6e205cfcad76a1c1eb89d2028c99 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
TEMPLATE = lib
TARGET = qtimeexampleqmlplugin
CONFIG += qt plugin
QT += declarative
SOURCES += plugin.cpp
target.path += $$[QT_INSTALL_PLUGINS]/qmlmodules
sources.files += files/Clock.qml files/qmldir files/background.png files/center.png files/clock-night.png files/clock.png files/hour.png files/minute.png
sources.path += $$[QT_INSTALL_DATA]/qml/com/nokia/TimeExample
INSTALLS += target sources
VERSION=1.0.0
|