summaryrefslogtreecommitdiffstats
path: root/src/qtdevicesettings/settingscomponents/settingscomponents.pro
blob: 9d2567e969602307c9c27c585193741446baeee1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
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 +=