summaryrefslogtreecommitdiffstats
path: root/examples/declarative/plugins/plugins.pro
blob: 4109eba3e62cbd62fa0927a626e1ce4222a3b9c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
TEMPLATE = lib
TARGET  = qtimeexampleqmlplugin
CONFIG += qt plugin 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