summaryrefslogtreecommitdiffstats
path: root/src/timedatesettings
diff options
context:
space:
mode:
authorKari Oikarinen <kari.oikarinen@qt.io>2017-03-29 10:58:08 +0300
committerKari Oikarinen <kari.oikarinen@qt.io>2017-03-29 09:08:13 +0000
commit2e73f49d37802e403a2c149854040055a97f11a0 (patch)
treeb3f2e838d8e12a7440c97bd559843b919dcee862 /src/timedatesettings
parentd294da896e3d33171b161eda261be6047f70ba36 (diff)
Remove dead .pro file
It hasn't been used since f1d884b6dad5a93d7a3077b6b05d3ec7fcd9a6ea when the plugins were moved to be separate. Change-Id: I31bb55ac8c49b6a9ccfd42f9f4acab30a12feb7e Reviewed-by: Teemu Holappa <teemu.holappa@qt.io>
Diffstat (limited to 'src/timedatesettings')
-rw-r--r--src/timedatesettings/timedateplugin.pro42
1 files changed, 0 insertions, 42 deletions
diff --git a/src/timedatesettings/timedateplugin.pro b/src/timedatesettings/timedateplugin.pro
deleted file mode 100644
index d82529d..0000000
--- a/src/timedatesettings/timedateplugin.pro
+++ /dev/null
@@ -1,42 +0,0 @@
-TEMPLATE = lib
-CONFIG += plugin
-QT += qml dbus
-
-uri = com.theqtcompany.settings.timedate
-
-DBUS_INTERFACES = timedated.xml
-
-DESTDIR = imports/TimeDate
-TARGET = qmltimedatesettingsplugin
-
-SOURCES += plugin.cpp \
- systemtime.cpp \
- timezonemodel.cpp \
- timezonefiltermodel.cpp
-
-pluginfiles.files += \
- qmldir
-
-
-pluginfiles.files += \
- AnalogClock.qml \
- TimeDate.qml \
- TimezonesView.qml \
-
-installPath = $$[QT_INSTALL_QML]/$$replace(uri, \\., /)
-
-target.path = $$installPath
-pluginfiles.path += $$installPath
-INSTALLS += target pluginfiles
-
-
-RESOURCES += \
- icons.qrc
-
-HEADERS += \
- systemtime.h \
- systemtime_p.h \
- timezonemodel.h \
- timezonefiltermodel.h
-
-