summaryrefslogtreecommitdiffstats
path: root/src/qtdevicesettings/settingscomponents/settingscomponents.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/qtdevicesettings/settingscomponents/settingscomponents.pro')
-rw-r--r--src/qtdevicesettings/settingscomponents/settingscomponents.pro26
1 files changed, 0 insertions, 26 deletions
diff --git a/src/qtdevicesettings/settingscomponents/settingscomponents.pro b/src/qtdevicesettings/settingscomponents/settingscomponents.pro
deleted file mode 100644
index 9d2567e..0000000
--- a/src/qtdevicesettings/settingscomponents/settingscomponents.pro
+++ /dev/null
@@ -1,26 +0,0 @@
-TEMPLATE = lib
-CONFIG += plugin
-QT += qml
-
-uri = com.theqtcompany.settings.common
-
-DESTDIR = imports/Settings
-TARGET = qmlsettingsplugin
-
-pluginfiles.files += \
- imports/Settings/qmldir \
- imports/Settings/TextLabel.qml \
- imports/Settings/IconButton.qml \
- imports/Settings/CustomCombobox.qml \
- imports/Settings/FlatStyledDropdownDelegate.qml
-
-installPath = $$[QT_INSTALL_QML]/$$replace(uri, \\., /)
-
-target.path = $$installPath
-pluginfiles.path += $$installPath
-INSTALLS += target pluginfiles
-
-RESOURCES +=
-
-DISTFILES +=
-