From 2e73f49d37802e403a2c149854040055a97f11a0 Mon Sep 17 00:00:00 2001 From: Kari Oikarinen Date: Wed, 29 Mar 2017 10:58:08 +0300 Subject: 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 --- src/timedatesettings/timedateplugin.pro | 42 --------------------------------- 1 file changed, 42 deletions(-) delete mode 100644 src/timedatesettings/timedateplugin.pro (limited to 'src/timedatesettings') 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 - - -- cgit v1.2.3