From f1d884b6dad5a93d7a3077b6b05d3ec7fcd9a6ea Mon Sep 17 00:00:00 2001 From: Teemu Holappa Date: Thu, 11 Feb 2016 11:50:55 +0200 Subject: Refactored Qml plugins into modules. Separated C++ and Qml interfaces. All the UI's from plugins are moved to the settingsui folder. Change-Id: Id6a6623346b18321357bc42d24121c4d9cdfd098 Reviewed-by: Kimmo Ollila --- .../timedateplugin/timedateplugin.pro | 42 ---------------------- 1 file changed, 42 deletions(-) delete mode 100644 src/qtdevicesettings/timedateplugin/timedateplugin.pro (limited to 'src/qtdevicesettings/timedateplugin/timedateplugin.pro') diff --git a/src/qtdevicesettings/timedateplugin/timedateplugin.pro b/src/qtdevicesettings/timedateplugin/timedateplugin.pro deleted file mode 100644 index d82529d..0000000 --- a/src/qtdevicesettings/timedateplugin/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