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, 26 insertions, 0 deletions
diff --git a/src/qtdevicesettings/settingscomponents/settingscomponents.pro b/src/qtdevicesettings/settingscomponents/settingscomponents.pro
new file mode 100644
index 0000000..9d2567e
--- /dev/null
+++ b/src/qtdevicesettings/settingscomponents/settingscomponents.pro
@@ -0,0 +1,26 @@
+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 +=
+