summaryrefslogtreecommitdiffstats
path: root/src/imports/timedatesettings/timedatesettings.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/imports/timedatesettings/timedatesettings.pro')
-rw-r--r--src/imports/timedatesettings/timedatesettings.pro19
1 files changed, 19 insertions, 0 deletions
diff --git a/src/imports/timedatesettings/timedatesettings.pro b/src/imports/timedatesettings/timedatesettings.pro
new file mode 100644
index 0000000..ec86d4e
--- /dev/null
+++ b/src/imports/timedatesettings/timedatesettings.pro
@@ -0,0 +1,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
+