summaryrefslogtreecommitdiffstats
path: root/src/imports/timedatesettings/timedatesettings.pro
blob: ec86d4e62d204f2cdfaf7ffbe97f0aa87da01faa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
TEMPLATE = lib
CONFIG += plugin
QT += qml timedatesettings

uri = com.theqtcompany.settings.timedate

DESTDIR = imports/TimeDate
TARGET  = qmltimedatesettingsplugin

SOURCES += plugin.cpp

pluginfiles.files += qmldir

installPath = $$[QT_INSTALL_QML]/$$replace(uri, \\., /)

target.path = $$installPath
pluginfiles.path += $$installPath
INSTALLS += target pluginfiles